What I functionally need is a Vertical ViewPager with GridView
.
So every page of the ViewPager
should have a GridView
, but the ViewPager
is horizontal.
So there are two possibilities:
- Rotate the ViewPager with GridViews
- Create a GridView that shows the items in pages
The GridView should show 0-20 when the user scrolls 20-40 etc etc.
Does anyone have a solution for this?
I have checked this link, but I cannot use it cause of legal reasons.