Is it possible to make ui like Instagram Discover
arifinreinaldo opened this issue · 2 comments
arifinreinaldo commented
Zhuinden commented
This is theoretically out of scope for Groupie, as Groupie manages the items in the adapter, and this is a LayoutManager responsibility.
GridLayoutManager alone does not let you have an image that takes up multiple rows, so you might need something like https://github.com/google/flexbox-layout#flexboxlayoutmanager-within-recyclerview .
Then, you can use that with Groupie.
arifinreinaldo commented
Thank you for the swift response, will check the reference.