In my app I'm loading an image of 1940*1740 that I want to display (it's scrollable). The problem is that I always get an exception
Caused by: java.lang.OutOfMemoryError: bitmap size exceeds VM budget
I know that there is a limit of 24M per application, so what can I do ? Cut my image in several parts and load them only when the user scrolled at the border ?