dousou1967 2013-01-15 17:25
浏览 26
已采纳

在显示数据的活动中管理多个asynctask(Survey App)?

i am working for an app(survey App) i need to fill an activity with questions and types of answer(choices, edittext,etc) the questions are in a database in a server(apache-mysql) with web services i get and i can display in an Activity but with the answers i have a problem i call an asynctask but it's display the answer in disorder at activity. I dont know if is the right way is correct using multiples asynctask(to get data of database of some tables).

Please help me i need to correct this in two days

thank you for all

  • 写回答

1条回答 默认 最新

  • dream890110 2013-01-15 17:40
    关注

    When you fire off a bunch of asyncTasks they run all at the same time so there is no order. If you want to make multiple calls synchronously youll have to follow the pattern from this thread Pattern to make AsyncTask "procedural"

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

悬赏问题

  • ¥15 一部手机能否同时用不同的app进入不同的直播间?
  • ¥15 没输出运行不了什么问题
  • ¥20 输入import torch显示Intel MKL FATAL ERROR,系统驱动1%,: Cannot load mkl_intel_thread.dll.
  • ¥15 点云密度大则包围盒小
  • ¥15 nginx使用nfs进行服务器的数据共享
  • ¥15 C#i编程中so-ir-192编码的字符集转码UTF8问题
  • ¥15 51嵌入式入门按键小项目
  • ¥30 海外项目,如何降低Google Map接口费用?
  • ¥15 fluentmeshing
  • ¥15 手机/平板的浏览器里如何实现类似荧光笔的效果
手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部