Skip to content

Commit

Permalink
Adds "Other samples" to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca authored Aug 2, 2018
1 parent 3bd8191 commit 1a1b3fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ A collection of samples using the [Android Data Binding Library](https://develop
* **[BasicSample](https://github.com/googlesamples/android-databinding/blob/master/BasicSample)** - (Kotlin) Shows basic usage of layout expressions, binding adapters, and integration with ViewModels.
* **[TwoWaySample](https://github.com/googlesamples/android-databinding/blob/master/TwoWaySample)** - (Kotlin) Shows usage of two-way data binding, advanced Binding Adapters, animations, converters and inverse converters.

### Other samples

* **[Android Architecture Blueprints (todo-mvvm-databinding branch)](https://github.com/googlesamples/android-architecture/tree/todo-mvvm-databinding/)** - Shows basic Data Binding usage with the Model‑View‑ViewModel pattern.
* **[Android Sunflower](https://github.com/googlesamples/android-sunflower)** - A gardening app illustrating Android development best practices with Android Jetpack, including Data Binding.

### Reporting Issues

You can report an [Issue](https://github.com/googlesamples/android-databinding/issues) on the samples using this repository. If you find an issue with the library related to build, report it using the [Gradle Plugin issue tracker](https://b.corp.google.com/issues/new?component=192709&template=842921). If it's related to the Android Studio integration, report it using the [Android Studio issue tracker](https://b.corp.google.com/issues/new?component=192708&template=840533).
Expand Down

0 comments on commit 1a1b3fa

Please sign in to comment.