Data Binding in Android
Data binding is a support library provided by Android to bind your UI components directly to the data source like ViewModel. So in this article, you will learn some basics about view binding and explore how to add data binding to your project.
Comments