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

If this is deprecated are you not supporting below API 22 at etsy ? #203

Open ishandutta2007 opened 6 years ago

ishandutta2007 commented 6 years ago

The documentation says it's deprecated and you are using Google's own RecyclerView with their StaggeredGridLayoutManager internally at Etsy too, but StaggeredGridLayoutManager is only supported for API 22 and above.