How well they restore state depends on how the app author has handled the onPause which is called when the app first went into the background and became fair game for killing.
Typically for example an email your were editing will now be a saved draft, a moves-based game will be exactly as before, but a half filled web form night just be gone. On Sep 21, 8:32 am, Brion Emde <[email protected]> wrote: > Yes, that is exactly what it means. From the user's perspective, > nothing has happened: when they come back to app #1, it has been > restarted, has restored its state and things look exactly like they > did when the user was there before. > > If you want to notify the user somehow, you would do that in your > onPause() method. > > On Sep 21, 5:45 am, parag <[email protected]> wrote: > > > > > Hi Jerome, > > > Thanks for th information, > > so does that mean that, there is a possibility that some apps will be > > closed, without notifying the user? > > > Thanks in advance > > > On Sep 21, 1:13 pm, Jerome Deng <[email protected]> wrote: > > > > If there is less memory available, the resource used by the paused > > > apps will be recycled by Davilk VM. > > > When you open the first app again, it will be relaunched. But not all > > > previously opened apps must restarted, as they may be still in paused > > > state. > > > > On Sep 21, 2:10 pm, parag <[email protected]> wrote: > > > > > hi folks, > > > > > i have a situation, i want to know that following, > > > > > suppose I have opened 9 apps, i want to open the 10th one, > > > > The previous opened apps are in background, > > > > > if there is less memory available, will some of the earlier opened app > > > > be closed without notification or the state will be saved , so that > > > > when i open the first app again it will resume rather then start all > > > > over again? > > > > > reg > > > > Parag- Hide quoted text - > > > > - Show quoted text - -- 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

