Reputation: 701
I'm trying to make a gridview like below image.
Is there any library? Could you please help me. Thanks Advance.
Upvotes: 3
Views: 666
Reputation: 7083
RecyclerView
with StaggeredGridLayoutManager
is what you are looking for.
StaggeredGridLayoutManager example tutorial
StaggeredGridLayoutManager documentation
Upvotes: 2