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

Do I need to add a 'container' id to each of my layouts for this library to work without relfection? #24

Closed ubarua123 closed 3 years ago

ubarua123 commented 3 years ago

As the title says

kirich1409 commented 3 years ago

If you use vbpd-noreflection artifact than you will only ways to create ViewBindingProperty without reflection. The README contains all ways of different creations using reflection and not

ubarua123 commented 3 years ago

Did you even understand my question?