如何让ProgressDialog在加载照片列表时不停地加载循环?

发布于 2024-09-23 23:58:37 字数 93 浏览 5 评论 0原文

我正在从网上下载一系列照片,并显示带有加载圆圈的 ProgressDialog。但是,当该过程未完成时,加载循环将会滞后/挂起。如何让加载顺利进行?

谢谢。

I am downloading an array of photos from the net and showing a ProgressDialog with a loading circle. But the loading circle will be lag / hang while the process is not finish. How to make the loading running smoothly?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ぃ弥猫深巷。 2024-09-30 23:58:37

显示不确定的 ProgressDialog 对象。然后启动一个线程并使用该线程下载图像。下载完成后关闭 ProgressDialog。这个方法对我有用。

Show a indeterminate ProgressDialog object. Then start a thread and download the images using the thread. Dismiss the ProgressDialog after the download is complete. This method works for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文