etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

Implementing a Mosaic View which is scrollable in all direction, like CRED app #206

Open sagarnayak opened 4 years ago

sagarnayak commented 4 years ago

Hi I want to implement a staggered grid view. and this grid can be a 16 16 square matrix of grid. and initially, it will be showing the 63 matrix. I can scroll in any direction to see more if the grid items. this is implemented in the CRED android application. the screenshot of that view is as below - image

Can I implement that with AndroidStaggeredGrid?

ManishaGundapuneedi commented 3 years ago

Hi,

Did you find a solution on how to implement this?