Hi,
this is normal behaviour. If your application is paused for a long
period of time and other applications need more memory, the system can
just drop your application from memory.
You may have a look at the activity lifecycle page from the android
dev-guide to fully understand this process:
http://developer.android.com/guide/topics/fundamentals.html#actlife

On 23 Sep., 17:01, Albert <[email protected]> wrote:
> Hi,
>
> I'm having a very odd issue. I launch my app, use it then press the
> "Home" key and the app pauses and goes to the background. I can also
> resume it by launch it again, so far so good but if I leave it sitting
> on the background for a couple of hours and try to launch it, it calls
> onCreate() (on the paused activity) instead of just resuming,
> therefore loosing the previous state, it behaves as that screen is the
> entry point of the app.
>
> Has anyone seen a similar issue. Does someone know if this is a normal
> behaviour?? What I am missing here?
>
> Thanks,
> Alberto

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

Reply via email to