如何制作欢迎屏幕
你好,我是一名新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是如何创建启动画面的教程
http://www.droidnova.com/how-to-create-a-splash-screen,561.html#more-561
here is a tutorial how to create a splashscreen
http://www.droidnova.com/how-to-create-a-splash-screen,561.html#more-561
如果你想在加载时显示 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).