Author Topic: Facing problem on onResume  (Read 3023 times)

Offline JKumar

  • byte
  • *
  • Posts: 33
    • View Profile
Facing problem on onResume
« 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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Facing problem on onResume
« Reply #1 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

Offline JKumar

  • byte
  • *
  • Posts: 33
    • View Profile
Re: Facing problem on onResume
« Reply #2 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.