Data Binding in Android

Posted by Mehul Rajput
16
Apr 28, 2021
29 Views
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
avatar
Please sign in to add comment.