0

I would like to do something like in the sketch.

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.

kampro
  • 705
  • 1
  • 7
  • 20
  • I don't know if it could work, but there are some vertical view pager out there. You could use 3 vertical view pager that contains each one view pager for each row and you would in theory get something like this... – Stephane Mathis Oct 28 '14 at 07:40
  • see my answer here: http://stackoverflow.com/questions/19267763/android-four-directional-navigation – pskink Oct 28 '14 at 08:01

0 Answers0