I have a lot of my users complain about my app being unresponsive,
which turns out to be a consequence of my app relying on the OS to
take care of resource management. As stated above, the android
mechanism works fine, if you're willing to accept that clearing out
other applications won't affect your own application. Unfortunately
though, it does. And my application gets the blame although it had
nothing to do with it.

So I guess my question would be, is there something my app can do to
make room for the resources it needs at startup without slowing it
down too much?

Michael


--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to