Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to make ui like Instagram Discover #427

Open
arifinreinaldo opened this issue May 13, 2022 · 2 comments
Open

Is it possible to make ui like Instagram Discover #427

arifinreinaldo opened this issue May 13, 2022 · 2 comments
Labels

Comments

@arifinreinaldo
Copy link

Hi, Thank you for your great library to help develop with Recyclerview.

I just want to ask if it is possible to create layout like instagram discover with this library? with rowspan and colspan
Any suggestion what to look for also welcomed. Thank you very much
image

@Zhuinden
Copy link
Collaborator

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
Copy link
Author

Thank you for the swift response, will check the reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants