This is more of a mass answer than a question, I just don’t know how to post it as such, moderators if you could inform me if there even is such a thing.
This question was asked to death, and then I needed to do something similar so I work out this. The answer to this post is how to create a 3×3 Bidirectional Scroll View in android
The following is how to create a Bidirectional Scrolling View
Place a gallery into a GridView with one column and column size set to fill the parent view (or something to that effect). Place a gallery into the GridView and set its height in LayoutParams to the height of the drawables/views you want to occupy them. All you need to do then is when one gallery is moved to move all the others in the grid view. I’ll post the code below. Note: the code I did is a test of concept that works, I just tried it on my phone. As such however, it is not flashy. As I continue to work on It I may update the code to make it look nicer.
~Aedon 🙂
This is a general answer to questions like:
How to make a 2-dimension image gallery with both horizontal and vertical scrolling?
GridView with horizontal scroll
}
and my xml file: