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

ChildViewHolder with RecyclerView. LazyLoad #373

Open
ghost opened this issue May 29, 2017 · 0 comments
Open

ChildViewHolder with RecyclerView. LazyLoad #373

ghost opened this issue May 29, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented May 29, 2017

Hello.
I want add to my project expandabler recyclerView where Parent is category, Child is item.
Since there are too many children for each parent, I would like to use lazy loading, but I have problem: I dont know how release it.
After the adapter is initially loaded, the scroll handler in recyclerView starts to work, so the lazy load is repeated again and again until it loads all available items, while the linearManager, when called .getLastVisibleItem, outputs the most recent item in the list, although it is not visible.

Can someone suggest an example of implementing a lazy load in case the child element is a recyclerView?

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

0 participants