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 (extends from Activity)* Now, when I change my device orientation from, for example horizontal to vertical or oposite, my App will reset itself to the MainActivity screen. What I want is that when I change the device orientation, my App resumes from its original state, instead of restarting it. Can anyone help me with this problem? I dont know in which class to start. Thanks in advance, Robin -- 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

