Getting to Grips with View Binding on Android
First we had findViewById. Then we had Butterknife. Then came Kotlin Synthetic. Now, an even better way of referencing our XML views takes the stage. View Binding, not to be confused with Data Binding (more on that later), is a new feature in Android Studio… Read More »Getting to Grips with View Binding on Android