GitXplorerGitXplorer
S

StefBinding

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9abf13ed32d1460747246043dacca5ea683c5703

Add 2-Way databinding as helpful link

SStefMa committed 9 years ago
Unverified
65ac0e6bf9831032fb5286db35568b94acd49469

Add sample for 2-Way databinding

SStefMa committed 9 years ago
Unverified
11347992e74d1ce1e6919803de169690cff63f74

Remove tests

SStefMa committed 9 years ago
Unverified
c8b03e503638fbf5564f0e23b60de7a8c7432fc7

Update to the latest beta of build tools

SStefMa committed 9 years ago
Unverified
29a50f49425c0100a0ec0c5bda61328081aa7c80

added multiple bindingadapter method

SStefMa committed 9 years ago
Unverified
567e998c78f47f1e64d8aa3abd10df7302917e17

1. Using new syntax to enable DataBinding

SStefMa committed 9 years ago

README

The README file for this repository.

A simple DataBinding example

What is DataBinding?

DataBinding for Android is a library to write declarative layouts and minimize the glue code necessary to bind your application logic and layouts. The library used the MVVM (Model-View-ViewModel) pattern for this.

Get the sample

Simply clone this repo and open the build.gradle in the root directory with Android Studio.

Screenshots

# Links that helped me a lot * [Android DataBinding Guide](https://developer.android.com/tools/data-binding/guide.html) * [Droidcon New York 15](https://www.youtube.com/watch?v=WdUbXWztKNY) * [Stablekernel](http://blog.stablekernel.com/mvvm-on-android-using-the-data-binding-library/) * [Android Authority](http://www.androidauthority.com/android-m-data-binding-615674/) * [Halfthought](https://halfthought.wordpress.com/2016/03/23/2-way-data-binding-on-android/)