www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: JKumar on September 28, 2010, 03:11:02 pm

Title: Facing problem on onResume
Post by: JKumar on September 28, 2010, 03:11:02 pm
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.
Title: Re: Facing problem on onResume
Post by: EgonOlsen on September 28, 2010, 08:51:13 pm
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 (http://www.jpct.net/forum2/index.php/topic,1657.0.html)
Title: Re: Facing problem on onResume
Post by: JKumar on October 01, 2010, 01:09:10 pm
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.