I am working in a map project in android. It contains larger image of 10000x10000 resolution. Using this image with Bitmap
it gives OutOfMemoryError
. So I want to tile and scroll this image. When I scroll image, only visible screen must have tiles and other invisible tiles must be recycled. I spent lots of time but didn't find anything.
Any help will be appreciated. Provide me better solutions or idea.