Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

DataBinding example with recyclerview cannot handle shared pool #3

Closed
yigit opened this issue Sep 25, 2016 · 1 comment
Closed

DataBinding example with recyclerview cannot handle shared pool #3

yigit opened this issue Sep 25, 2016 · 1 comment

Comments

@yigit
Copy link
Contributor

yigit commented Sep 25, 2016

The adapter in data binding examples add a callback when the ViewHolder is created but if the ViewHolder is shared between adapters, this won't work.
We should remove the listener when the ViewHolder is recycled and add it when bind is called for the first time.

@codingjeremy
Copy link
Contributor

This sample has been migrated to a new location (check README for more information).

As recommended by GitHub, we are closing all issues and pull requests now that this older repo will be archived.

If you still see this issue in the updated repo, please reopen the issue/PR there. Thank you!

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

No branches or pull requests

2 participants