开发者

How to make a welcome screen

开发者 https://www.devze.com 2022-12-29 20:31 出处:网络
Hello I\'m a ne开发者_StackOverflow社区w android developer. I want to do a welcome page which can display program logo [ full screen image] and loading progress of my main program.

Hello I'm a ne开发者_StackOverflow社区w 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.


here is a tutorial how to create a splashscreen

http://www.droidnova.com/how-to-create-a-splash-screen,561.html#more-561


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消