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

Question: how to use nested RecyclerView with Flexbox (without losing recycling functionality)? #413

Open
AndroidDeveloperLB opened this issue Mar 15, 2018 · 1 comment

Comments

@AndroidDeveloperLB
Copy link

Suppose I have a vertical RecyclerView with various items in it.
One if the items should be a FlexBox one (using another RecyclerView), that goes from one row to the next.
I've succeeded doing it, but it seems that as soon as I get to this nested RecyclerView, it creates all of its views, instead of recycling them.
Is it possible to avoid this?

I tried to use a single RecyclerView (not nested), but due to limitations of this library (can't have an icon on the right, as I've asked here), I can't use this solution.

I've also tried to ask about this on StackOverflow, here.

@AndroidDeveloperLB AndroidDeveloperLB changed the title Question: how to use nested RecyclerView with Flexbox ? Question: how to use nested RecyclerView with Flexbox (without losing recycling functionality)? Mar 15, 2018
@Mukarrim
Copy link

Any update for the solution?

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

No branches or pull requests

2 participants