I can't believe I've just noticed this behavior now ... If the user returns to an activity by hitting BACK or relaunches the app (and last activity is resumed) then previous state is restored. 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.
Is that accurate? On Fri, Jul 2, 2010 at 3:54 PM, Connick <[email protected]> wrote: > > > On Fri, Jul 2, 2010 at 3:48 PM, Mark Murphy <[email protected]>wrote: > >> On Fri, Jul 2, 2010 at 3:46 PM, Connick <[email protected]> wrote: >> > That's what's throwing me for a loop. onDestroy is never called ...and I >> > don't believe there's any reason it'd be killed off forcefully. >> >> > Are you really sure onCreate() is being called? Do you see anything >> > interesting in logcat? >> >> It's absolutely being called (onCreate, onResume) ...onDestroy is called > on orientation change and state is restoring properly. I'll keep fishing. > -- 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

