如何制作欢迎屏幕

发布于 2024-09-01 06:02:54 字数 133 浏览 3 评论 0原文

你好,我是一名新的 Android 开发者。

我想做一个欢迎页面,可以显示程序徽标[全屏图像]和主程序的加载进度。

我的主程序必须加载网页。我的问题是如何在欢迎页面显示主程序的网页加载进度,同时显示欢迎页面直到下载完成。

Hello I'm a new android developer.

I want to do a welcome page which can display program logo [ full screen image] and loading progress of my main program.

My main program has to load a webpage. My question is how to display the web-loading progress of the main program on the welcome page, while showing the welcome page until the download is completed.

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

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

发布评论

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

评论(2

浅浅 2024-09-08 06:02:54

如果你想在加载时显示 Android '旋转圆圈',请查看官方教程 此处。它给出了显示弹出加载窗口的代码,以及如何使用多线程的代码(例如,一个线程显示加载动画,另一个线程从网络下载信息)。

If you want to display the Android 'spinning circle' while loading, have a look at the official tutorial here. It gives the code to show a pop-up loading window, and the code for how to use multiple threads (e.g. one thread to show the loading animation, another to download the information from the web).

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