I\'m new to Android and I want to make an image gallery where each column is a category, and users can scroll both vertically and horizontally.
I found a useful pos
You may need a GridView.
GridView is a ViewGroup that displays items in a two-dimensional, scrollable grid. The grid items are automatically inserted to the layout using a ListAdapter.