What is View Binding in Android development?
View Binding
A system service manager
Link UI components directly to code
A layout animator
A way to connect database tables
Correct Answer: B — Link UI components directly to code
Explanation:
View Binding allows developers to bind UI elements directly to the code, eliminating the need for repetitive calls to findViewById() and reducing boilerplate code.
findViewById()