Android 中的空白屏幕加载程序

发布于 2024-10-07 09:51:22 字数 130 浏览 1 评论 0原文

我在两项活动之间的进度条上遇到问题。当应用程序从一个活动加载到另一个活动时,由于第二个活动中的延迟加载图像,我的应用程序中出现几秒钟的空白屏幕。我想在那个空白屏幕中显示进度条。我该怎么做呢?

谢谢和问候,

巴尔加夫

I have problem with progress bar between two activities. When app loading form one activity to another activity I am getting blank screen for few seconds in my app due to the lazy loading images in the second activity. I want to display the progressbar in that blank screen. How can I do it?

Thanks and Regards,

Bhargav

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

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

发布评论

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

评论(1

悲念泪 2024-10-14 09:51:22

开始第二个 Activity 并启动 AsyncTask用于延迟加载 ProgressDialog它。

请参阅此处此处,然后检查此 问题。

Start your second activity and launch AsyncTask for lazy loading with ProgressDialog bounded in it.

See the example here or here, and check this question.

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