Is it possible to use categories or some sort of headers with a GridView
in Android?
I put together a quick illustration of what I was thinking about:
Thanks a lot.
Is it possible to use categories or some sort of headers with a GridView
in Android?
I put together a quick illustration of what I was thinking about:
Thanks a lot.
I think You can do it but you have to implement Jeff Shrkey's SeparatedListAdapter
You can use Stickygridheaders library directly or as a model to create your own widget.
probably this code will help you. This is SectionedGridRecyclerViewAdapter, result looks like this:
You can modify the usual listview adapter to return a grids at each row see here