etsy/AndroidStaggeredGrid

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

sagarnayak opened this issue · 1 comments

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 6*3 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?

Hi,

Did you find a solution on how to implement this?