-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > I can live with the app having to restart from scratch due to a > process kill from a different app started by the user after going to > Home. Most of the iPhone apps behave this way. One nice feature I > think Android has over the iPhone in this area is starting an activity > via an intent (such as the browser) and then hitting the back button > to return back to where I was in my app. Now why doesn't this process > require a full onCreate/onResume cycle like a screen orientation > change does? > >
That process requires the exact same onCreate()/onResume(), you just don't realize it because it happens transparently for Views: http://code.google.com/android/reference/android/app/Activity.html#onSaveInstanceState(android.os.Bundle) cheers, - -- ᛏᚠᛖᚾᚱᛁᛊᚢᛚᚠᚱᛏ ᛏᚢᛚᚠᛊᛚᛖᛁᚠᚨᚱᛏ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkjrvTMACgkQNig/07RbnEuA1QCeKK82LA2PiPXEWNrpk82Ql0VY rXUAnAgDsa6MTt4eJQpUQo39kNxKHd5N =mVqZ -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

