Android - 从网络获取XML数据(使用AsyncTask)和进度条相关问题
我正在使用 HTTP GET/POST 从 Web 获取 XML 数据。 现在我已经以简单的方式完成了(即没有线程)。
根据下面的链接,我尝试使用带有线程的进度栏对话框来实现它 http://www.ceveni.com/ 2009/09/sample-progress-bar-dialog-in-android.html
但是我如何知道从网络获取 XML 的完成时间。(即睡眠时间应该是多少以及何时关闭进度栏对话框)
让我更清楚地了解我的问题=>在活动中,当用户单击“获取数据”按钮时, “进度条”对话框应该出现,并且只有在获取完成后才会消失 成功地。
我认为这可以通过“AsyncTask”来完成,但不知道如何使用这个概念来解决这个问题。
那么我该怎么做呢?
I am fetching an XML data from the web using HTTP GET/POST.
Right now i have done it in simple way (i.e. without threaed).
According to the below link, i tried to implement it with Progress bar dialog with Thread
http://www.ceveni.com/2009/09/sample-progress-bar-dialog-in-android.html
But how do i come to know about the finish time of fetching XML from the web.(i.e. what should be the sleep time and also when to dismiss the progress bar dialog box)
Let me clear more about my problem => In activity,when the user click on "Fetch data" button,
the "Progress bar" dialog box should be appeared and it should be disappear only when the fetching is completed
successfully.
I think this can be done with "AsyncTask" but dont know how to use that concept for this problem.
So how do i do it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)