Skip to content Skip to sidebar Skip to footer

Facebook Like Gridview To Display Images Android

I am using a layout with Gridview by custom library Click here StaggeredGridView But not achieved the result that I needed. Th GridView should auto adjust its column and row depe

Solution 1:

I would suggest you to use RecyclerView with StaggeredGridLayoutManager.

There is a great tutorial on the official documentation.

Post a Comment for "Facebook Like Gridview To Display Images Android"