I\'m playing around with the StaggeredGridLayoutManager and have something close to what I want. I have a horizontal staggered grid with 2 rows, where some items are the hei
Doing this will requires not respecting position of items in the adapter which is hardly ever desired. Your best options is to re-order items in the adapter