Tagged: Kotlin Android Extensions

Kotlin Android Extensions

Kotlin Android Extensions – No more findViewById

Kotlin Android Extensions enable us to utilize the View component (EditTexts, TextViews, Buttons,…) directly, without using findViewById. This code sample is what we have previously covered in our tutorial. Like in the past, we’ve utilized FindViewByID to locate the...