S4 E4: ViewBinding (to replace findViewById())

Опубликовано: 10 Октябрь 2024
на канале: The Android Factory
523
22

This video introduces how to add ViewBinding to your Android project and how easy it is to replaced findViewById function calls! This is a newer way of accessing your UI elements from code, but I wanted to start with the old-school way (findViewById) so you understood the transition to this new pattern and why its introduction made our lives as Android developers easier!

ViewBinding docs: https://developer.android.com/topic/l...