On Mon, Mar 8, 2010 at 10:09 AM, miguelo <[email protected]> wrote:
> I have readed in Activity Lifecycke chapter on API documentation that > "If an activity is paused or stopped, the system can drop the activity > from memory by either asking it to finish, or simply killing its > process. When it is displayed again to the user, it must be completely > restarted and restored to its previous state." > > Is there any way for my application to know if the system has killed > my process before and is trying to restore it right now? > Did you readed about onSavedInstanceState and onRestoreInstanceState ? ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

