View Binding
View binding is a feature that makes it easier to write code and helps to find the id of the element of an XML file
Setup
goto the gradle (app) file and enable viewBinding
buildFeatures {
viewBinding true
}
use view Binding in activities...
tejblog.dev2 min read