I'm creating android application and I need to display one huge image (20000 * 20000 px - it's satellite image). But I don't want display it wholly, I want display little piece of it - just about 100 * 100 px and I want to be able to drag it like a map.
Is it possible? Are there some libs for this cases?