Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从网上下载一组照片,并显示一个带有加载圈的 ProgressDialog。但是加载过程未完成时会出现延迟/挂起。如何让加载顺利进行?
谢谢。
显示一个不确定的 ProgressDialog 对象。然后启动一个线程并使用该线程下载图像。下载完成后关闭 ProgressDialog。这种方法对我有用。