View Binding on Android
View binding is a feature that allows you to write code more easily that communicate with views and replace findViewById with generated binding objects to simplify code, remove bugs, and avoid all the boilerplate of findViewById. View binding is available...