I need a sectioned gridView
like the one in gallery app in samsung gallaxy s5 android verion 5.0. Where I can select multiple pictures and send them the the next activity
.
Any help will be appreciated. Thanks.
I need a sectioned gridView
like the one in gallery app in samsung gallaxy s5 android verion 5.0. Where I can select multiple pictures and send them the the next activity
.
Any help will be appreciated. Thanks.
You can use this class to realize a simple sectioned grid RecyclerView.Adapter
without changing your code using this library.
SectionedGridRecyclerViewAdapter by gabrielemariotti
I would dynamically create a vertical list of elements in code:
group header
grid view with 3 images
grid view with 3 images
group header
grid view with 3 images
....
Not everything can be done in xml :)
See here how to create grid view: How to create GridView image gallery programmatically in android?