androidbroadcast / ViewBindingPropertyDelegate

Make work with Android View Binding simpler
https://proandroiddev.com/make-android-view-binding-great-with-kotlin-b71dd9c87719
Apache License 2.0
1.42k stars 102 forks source link

Recycler ViewHolder usability #22

Closed DatL4g closed 3 years ago

DatL4g commented 3 years ago

Is this usable in a RecyclerView ViewHolder?

If so, the README should be expanded since it only contains usability in activities, fragments and dialogs. If not that would be a nice feature.

kirich1409 commented 3 years ago

The library don’t have example with RecyclerView.ViewHolder because it doesn’t need. The main purpose of the library - connect ViewBinding with Lifecycle and prevent memory leaks. It isn’t the first time when I heard the question. Need to cover that or add support for RecycelrView.ViewHolder.

kirich1409 commented 3 years ago

The lazy binder will be added in 1.4.0

kirich1409 commented 3 years ago

See #27