I am in a situation where I have used a for loop to download a set of images and I am converting it into bitmap images. So in order to avoid OutOfMemory error, I am trying t
just call bitmap.recycle() on onStop method .............u will solve the problem ..