Is there a way to process OutOfMemoryExceptionin Android using Bitmap a large number of images. I tried all the solutions given on this site, i.e. (GC, Bitmap.reset ()). I just want to know if any warning can be generated before the heap memory is full? so that I can handle it differently.
source
share