evant / binding-collection-adapter

Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework
Apache License 2.0
1.92k stars 255 forks source link

Use ViewTreeLifecycleOwner to reliably get the lifecycle owner for databinding. #186

Open evant opened 4 years ago

c-b-h commented 4 years ago

When is this commit being merged?

evant commented 4 years ago

Good question! The reason is it's been sitting here is I had hoped data binding would start using this method internally itself which would simplify the implementation. Haven't checked that that's the case or is on the roadmap.

c-b-h commented 4 years ago

Could you consider merging, and in a later stage re-evaluate the need for it?

c-b-h commented 4 years ago

Could you consider merging, and in a later stage re-evaluate the need for it? @evant