I used Volley library and I got this error. I used ListView to display. The application doesn't stop if I don't scroll down my list view.
I have read almost all threads about "OOM" in stackoverflow. I didn't find any useful. My application gets json string which is base 64 encoded image from web. I decode the string into byte array and I decode via bitmapfactory. I display the bitmap.