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

feat(AnyLazyBindings): viewBinding delegates for Any type #59

Closed josh-meshkorea closed 3 years ago

josh-meshkorea commented 3 years ago

I added viewBinding for Any and cleaned some code

kirich1409 commented 3 years ago

If you want to fix something and propose a new feature it will be better to create 2 pull requests

kirich1409 commented 3 years ago

What is motivation to add such delegate? It has a different name convention with the existed delegate

josh-meshkorea commented 3 years ago

We have some custom view holders or view controllers doesn't inherit from any other classes

josh-meshkorea commented 3 years ago

I can use the bind method directly but I just wanted to make code looks same with the delegate

kirich1409 commented 3 years ago

@josh-meshkorea resolve conflicts and I'll merge the PR

kirich1409 commented 3 years ago

Base branch is develop