开发者

Starting window in android

开发者 https://www.devze.com 2023-01-20 05:39 出处:网络
I want to know what is the actual use of starting window in android? What does the functions addStartingWindow and removeStartingWindow does?

I want to know what is the actual use of starting window in android?

What does the functions addStartingWindow and removeStartingWindow does?

Is it a kind of fake window that will b开发者_运维百科e shown to the user till the application dispalys the proper window?

Is it created for every application?

What will happen if i dont do a addStartingWindow() call in the application launch process?

Pleae help me with ur inputs.

Thanks in advance.

Regards, Revathi Ramanan


I feel you are looking at Splash screen..

If you are looking at creating a splash screen here is a link

-Vinay


I think starting_window is used to runing animation on. there is the order:Starting_window,animation,real_window.

0

精彩评论

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