Facing problem on onResume

Started by JKumar, September 28, 2010, 03:11:02 PM

Previous topic - Next topic

JKumar

HI,

       I am using my app in landscape mode and when it is resuming, the app is displaying the black screen only.

I am testing on HTC Tattoo.

EgonOlsen

You have to manage this yourself, i'm afraid. It's caused by Android's questionable Activity/Surface-management (if "destroy it at will" can be called management...). Read more in this thread: http://www.jpct.net/forum2/index.php/topic,1657.0.html

JKumar

HI,

       I solved the onResume issue and its working fine for me.

I guess its a major issue and developers should ensure this at the beginning itself using sample or test applications.