Thursday, June 24, 2010

[android-developers] Re: Activity lifecycle difference between device and emulator

On Jun 18, 1:18 pm, Jay <jband...@gmail.com> wrote:
> In the emulator, the
> calling activity is paused, and right after the new activity is
> resumed, the calling activity is destroyed.

More than likely the emulator is simply running out of memory, so it's
destroying the first activity to make room. There's probably some way
to boost the memory size on it and see if it still happens.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment