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

Support binding to LiveData (pass LifecycleOwner to items) #50

Open
lxyd opened this issue Sep 4, 2018 · 0 comments
Open

Support binding to LiveData (pass LifecycleOwner to items) #50

lxyd opened this issue Sep 4, 2018 · 0 comments

Comments

@lxyd
Copy link

lxyd commented Sep 4, 2018

Since version 3.1 Android Studio supports databinding to LiveData. But in order to track changes of a LiveData field, ViewDataBinding object must be provided with LifecycleOwner which LastAdapter does not. So binding to LiveData via LastAdapter is efficiently onetime binding.
Please, add possibility to pass LifecycleOwner into LastAdapter (probably, constructor argument will do fine).

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

1 participant