Forwarded from Android Broadcast EN
#ViewBinding #Kotlin
Make Android View Binding great with Kotlin
2 min read, author Kirill Rozov
Android View Binding is a great feature of Android Gradle Plugin 3.6, which killed
The article considers how to use Kotlin Delegated Property to simplify this and what trick awaits in
Make Android View Binding great with Kotlin
2 min read, author Kirill Rozov
Android View Binding is a great feature of Android Gradle Plugin 3.6, which killed
findViewById()
and Butter Knife. But its proper use is not the most convenient thing.The article considers how to use Kotlin Delegated Property to simplify this and what trick awaits in
Fragment.viewLifecycleOwner
Medium
Make Android View Binding great with Kotlin
Simplify usage of Android View Binding with Kotlin Property Delegates and solve behavior of Fragment’s ViewLifecycleOwner