You are almost certainly leaking memory.  You need to fix the leaks.  There
are some blog posts and discussions on this list about fixing leaks.

On Wed, Dec 22, 2010 at 7:16 AM, Leon Moreyn-Android Development <
[email protected]> wrote:

> So I am working on an app that is memory intensive. Currently I can
> only go back and forth 18 times before my cause a critical memory
> crash. I have tried putting in onStop and onPause and releases onBack.
> Instead of releasing Process and threads, is there a way to quietly
> reset the app in memory without shutting the app down and completely
> restarting live on the screen, ie not make it look like a reboot.
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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