I create bitmap drawables from large images and OutOfMemory error occures at that time. Activity.onLowMemory() method should be called but actually it is not called by framework.
Is there any solution of this, or is there any other way to capture OutOfMemory error in android?