https://github.com/vaibhavmojidra/android-java---demo-2-simple-data-binding
In Android, the Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
https://github.com/vaibhavmojidra/android-java---demo-2-simple-data-binding
android android-java coding data-binding mojidra programming vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 10 months ago
JSON representation
In Android, the Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/android-java---demo-2-simple-data-binding
- Owner: VaibhavMojidra
- License: mit
- Created: 2023-01-02T17:03:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T17:05:00.000Z (about 3 years ago)
- Last Synced: 2025-04-12T06:48:15.995Z (10 months ago)
- Topics: android, android-java, coding, data-binding, mojidra, programming, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Java
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Java Demo 2 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();
-----
### Output
[](https://vaibhavmojidra.github.io/site/)
[](https://vaibhavmojidra.github.io/site/)