Wednesday, January 23, 2013

[android-developers] Re: singleInstance causing "blackscreen"?

You can find the different meanings of the launch modes in the documentation, but regarding your issue - it has no effect on how the activity looks. It is possible however, if you wrote code that discards UI elements at some point, but you do not recreate those upon the activity being put to front (with singleInstance, assuming its already on the activity stack, a second load of that activity will not call onCreate again).

On Wednesday, January 23, 2013 5:29:13 PM UTC+2, Hitendrasinh Gohil wrote:
Hi,

can anybody tell me why it causes black screen if we use singleInstance launch mode? 
I know all launch modes and it's behaviour but i want to know(if anyone knows it) how android does work internally for launch mode? 

Thanks

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment