I have a file with a very large image: for example 9000x9000.
I can\'t load the Bitmap in memory because the heap size. But I only need to display a small part of th
is it possible that there is a solution for this?
for example , BitmapRegionDecoder .
It should work for API10 and above...
Usage:
BitmapRegionDecoder.newInstance(...).decodeRegion(...)