I am creating bitmap images from large images and an OutOfMemory error occurs at that time. The activity.onLowMemory () method should be called, but in fact it is not called by the infrastructure.
Is there any solution to this, or is there another way to capture the OutOfMemory error in android?
source
share