I would like to do something like in the sketch.
Grid of 9 images, every image size fits screen size, user can move grid in up, down, left, right (with snap). Something like ViewPager in all directions.
How to achive this behaviour in Android?
In future there will be more images, so solution should manage memory in order to don't get OutOfMemory.