>
> > Whereas calling startActivity( intent ) from within an application
> implies a
> > reset state and will not have the same affect as navigating back in the
> > activity stack.
>
> > Calling startActivity() usually creates a new instance of the
> > activity, which by definition has no saved state.
>
> <http://groups.google.com/group/android-developers?hl=en>
>
Thanks for clarification. I was assuming that if the activity was still
residing in the stack the instance would be re-used.

-- 
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

Reply via email to