I have to display multiple custom view with scrollable behaviour (as a grid list). Like scrolling horizontally and vertically on a chest grid where each item is a custom view.
What is the best way to do this on android ?
ps: I have seen we can use ScrollView -> TableLayout -> row -> list of custom view
sources:
- http://androiddevblog.blogspot.com/2009/12/creating-two-dimensions-scroll-view.html
- http://sdroid.blogspot.com/2011/01/fixed-header-in-tablelayout.html
- Android TableLayout does not scroll vertically
- How to make a scrollable TableLayout?
Thanks ;)