[android-developers] Android App resets after device orientation has changed (how to solve?)

2012-04-10 Thread Robin de Mug
Hello everyone, I am building an Android app which has the following classes: - *MainActivity.class (extends from Activity)* - *GameView.class (extends from SurfaceView)* - *GameLoopThread.class (extends from Thread)* - *Sprite.class* - *TempSprite.class* - *EndScreen.class

[android-developers] Re: Android App resets after device orientation has changed (how to solve?)

2012-04-10 Thread Robin de Mug
Thanks for the post! I've visited your webpage and I found it pretty useful. Robin de Mug On Tuesday, April 10, 2012 3:41:53 PM UTC+2, Ali Chousein wrote: Once I wrote a blog on how to handle the screen orientation change. Maybe you'll find it useful: http://android-screen