Skip to content

Data binding is a feature in Android that allows developers to bind UI components to data sources in a declarative manner. It eliminates the need for boilerplate code to manually retrieve data from data sources and set it to UI components.

Notifications You must be signed in to change notification settings

VaibhavMojidra/Android-Kotlin---Demo-Simple-Data-Binding

Repository files navigation

Android-Kotlin---Demo-Simple-Data-Binding

Steps for Data Binding:

  • Enable Data Binding in build.gradle file App Level
  • Wrap XML with Layout Tags
  • Construct / Initialise Data Binding Object.
  • Eliminate findViewById();

SS

About

Data binding is a feature in Android that allows developers to bind UI components to data sources in a declarative manner. It eliminates the need for boilerplate code to manually retrieve data from data sources and set it to UI components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages