How to Use Data Binding in Android
Leave a reply
What is Data Binding? Databinding is a part of android-architecture components in an android jetpack. It is a support library and It is used to bind UI components in the layout to data resources in your app. In another word, we can say that Databinding allows you to write expressions that connect variables to the views in Continue Reading »