1

I want to implement a grid view with show more option. I have 16 pre-defined categories. I want to show only first row of grid view with more option at the end. User can see all 16 items by clicking more button like drop down menu.

I'm trying to find some library but noting work for me.

Any help would be great.

ndmeiri
  • 4,979
  • 12
  • 37
  • 45
Asad
  • 11
  • 1

1 Answers1

1

We suggest, please use the staggered grid with recycler view which is same like grid view also some extra benefits like, In this, you are using recycler view so its good another one you can span how you want also you can enlarge how you want, Bellow is some link which helps you.

No good example about RecyclerView and StaggeredGridLayoutManager in Android Docs

https://abhiandroid.com/materialdesign/recyclerview-as-staggered-grid-example.html

https://android--code.blogspot.com/2015/12/android-recyclerview.html

Dhaval Solanki
  • 4,589
  • 1
  • 23
  • 39