Using Kotlin to bind Android views
When retrieving views in Android there are many different ways to go about it. We will be looking at using both lazy delegated properties within Kotlin and the Kotlin Android Extensions to bind views to properties.
Article
Using anchors to match a parent view's constraints
Tip
Animating view colour changes
Tip
Constraints for a child view controller within a subview
Tip