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

I can't watch when i customview #57

Closed danhtran12797 closed 3 years ago

danhtran12797 commented 3 years ago
private val binding: EdittextCustomViewBinding by viewBinding(CreateMethod.INFLATE)

init {
    addView(binding.root)
    initAttrs(context, attrs)
}

Screenshot_3

kirich1409 commented 3 years ago

Yes. Preview doesn't work, because initialization is lazy. I have an idea to do that

kirich1409 commented 3 years ago

I've found the solution and the fix will be delivered in the next release

javichaques commented 3 years ago

@kirich1409 has the fix already been released?