【发布时间】:2012-11-26 18:19:45
【问题描述】:
可能重复:
Download a file with Android, and showing the progress in a ProgressDialog
Android Activity Indicator?
我真的是一个 android 新手 我正在做一个与 webservice(xml) 连接的应用程序,它运行良好,但我的应用程序加载屏幕时视图不完整,然后显示数据。 当所有数据都从服务器下载并显示后,我想实现一个“准备就绪”对话框。
感谢您的帮助
【问题讨论】:
-
使用 AsyncTask 显示进度条并首先从服务器下载数据,这样就不会冻结 UI 和渲染不完整的视图
标签: android