[android-developers] Re: Activity Being Killed (onDestroy) on Orientation Change

2010-04-13 Thread bulletgani
thats how android works. Please read android activity lifecycle. you can save state before the activity is destroyed and restore it after it is created. -g On Apr 4, 10:50 pm, Gaurav Vaish gvaish.i...@gmail.com wrote: Hi, I am working on a MVC implementation for Android (to be subsequently

[android-developers] Re: Activity Being Killed (onDestroy) on Orientation Change

2010-04-06 Thread ko5tik
On Apr 5, 7:50 am, Gaurav Vaish gvaish.i...@gmail.com wrote: b) The new instance which is created is automatically = onCreate, onPause, onStop, onDestroy now that's catastrophic.  Any guesses as to why the new activity is killed? :( God made it that way are you sure, that onStop and