In this video you will see how you can use view binding for views in Android Studio. The way before was using findviewbyid which, if not correctly used would lead to null object reference. View binding makes it easier and less prone to errors.
#Blitabyte #Android