OOM research is a developer tool.
It can help you to fully understand the dreadful OutOfMemory Error.
You'll learn when OutOfMemory Error would be thrown so you can avoid it in your production app.
Once you know how to avoid the Error, you can confidently take advantage of the available memory to improve the user experience of your app.
Tip: Starts from Honey Comb, The OOM Error behavior have changed very much, you should pay special attention to it.
this is an open source app. You can find the source code at
https://github.com/coocood/oom-research
It can help you to fully understand the dreadful OutOfMemory Error.
You'll learn when OutOfMemory Error would be thrown so you can avoid it in your production app.
Once you know how to avoid the Error, you can confidently take advantage of the available memory to improve the user experience of your app.
Tip: Starts from Honey Comb, The OOM Error behavior have changed very much, you should pay special attention to it.
this is an open source app. You can find the source code at
https://github.com/coocood/oom-research
Recently changed in this version:
New Features:
* Create new Activity and have option to change the data size per Activity.
* Option to recreate Activity or keep Activity alive after rotation.
* Execute an AsyncTask when Activities's onPause get called, and have option to change the task's running time.
* Option to change the added data size per click.




Comments and ratings for OOM Research
(80 stars)
by Appu Patel on 09/04/2013
thank you
(80 stars)
by Garuda Arivo on 18/01/2013
Perfect. Thanks.
(80 stars)
by Edmund Rojas on 30/12/2012
Thank you so much for this!