This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Description
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?