I am writing my first android game. It is working fine in almost every respect, but when the screen timeout kicks in and I press the button to get back to the game, I find the image of the game state frozen. It appears the main thread is still alive - I can tell this because I have a set of sounds that occur when I drag certain objects around the screen, and the sounds still behave as if everything was working (except that I see nothing other than the frozen screen). If I then select a menu to show the "high scores" activity and then exit back to the game, I find all is well and can continue with all the graphics working properly.
I have now placed the entire (simplified) project in simple.zip and put it on the web at: http://dl.dropbox.com/u/2969211/Simple.zip - the onPause/onResume code is all in the file simple.java -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

