Статья про новый View Binding. Объясняется, почему он лучше, чем findViewById и котлиновский View Binding, и дается пара примеров.
#android #view #binding
https://joebirch.co/2019/09/18/exploring-view-binding-on-android/
#android #view #binding
https://joebirch.co/2019/09/18/exploring-view-binding-on-android/
Joe Birch
Exploring View Binding on Android
When it comes to manipulating our user interfaces within Android applications, there are a couple of approaches that we can take. In these cases, we need to obtain a reference these views in-order to manipulate them in some way. For this, we'll either use…
Сравнение основных способов работы с View в Android:
- findViewById
- Butterknife
- Kotlin Synthetics
- Data Binding
- View Binding
#android #view #binding
https://android.jlelse.eu/evolution-of-finding-views-android-98b8ef5b9249
- findViewById
- Butterknife
- Kotlin Synthetics
- Data Binding
- View Binding
#android #view #binding
https://android.jlelse.eu/evolution-of-finding-views-android-98b8ef5b9249
Medium
Evolution of Finding Views by ID in Android
The findViewById() vs Butterknife vs Kotlin Synthetics vs DataBinding vs ViewBindings