On Wed, Apr 1, 2009 at 8:10 PM, lkelemen <[email protected]> wrote: > Link is working now. I've put > System.exit(0); > to the Activity's onStop and the performance looks stable now.
Er, that is very wrong. It sounds like you aren't properly cleaning things up when the activity goes away, perhaps leaving a running thread, or not resetting the state (if it is using globals). Killing your process just because your activity is stopped is just broken. -- 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 -~----------~----~----~----~------~----~------~--~---

