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 onDestroy are
coming from newly created
activity instace? This could be as well race condition.

Treat activity as mere view part and keep business logic out of it and
you shall be fine.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to