Hi,
My app runs a first activity. With a call, I hide the main panel and load a second. Meanwhile, I got a service module running. Problem: when the cell phome hibernates, the resume routine is called, right? So...the second panel wouldn't appear - only the main. So, I placed a global variable for the second panel (true or false).
So when the resume is called, if the variable is True, I make the second panel visible as true, and the main visible set to false.
Even so, after the hibernation neither the panels appear - f the hibernation is too long...If it's relatively short, the second is there - as suposed to.
Must I create a second activity instead of loading/unloading panels?
I apreciate all the possible feedback.
Kind regards,
Kepler