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

Unify usage of the ViewBindingPropertyDelegate in DialogFragment and Fragment #28

Closed kirich1409 closed 3 years ago

kirich1409 commented 3 years ago

Correct usage of the ViewBindingPropertyDelegate in DialogFragment requires use dialogViewBinding function call that isn't so obvious. Need to replace it with viewBinding function and correctly understand the context of the usage.

kirich1409 commented 3 years ago

DialogFragment can have 3 cases for ViewBinding: