An open API service indexing awesome lists of open source software.

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.

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

[![Vaibhav Mojidra - output1.png](https://raw.githubusercontent.com/VaibhavMojidra/Android-Java---Demo-2-Simple-Data-Binding/master/screenshots/output1.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)

[![Vaibhav Mojidra - output2.png](https://raw.githubusercontent.com/VaibhavMojidra/Android-Java---Demo-2-Simple-Data-Binding/master/screenshots/output2.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)