Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions BasicSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Android Data Binding Basic Sample
=============================================
Simple demo of the Data Binding library (layout variables/experessions, observability, binding adapters, integration with ViewModels, etc.).

Introduction
------------
This sample showcases the following features of the
[Data Binding library](https://developer.android.com/topic/libraries/data-binding/index.html):

Expand Down
3 changes: 3 additions & 0 deletions TwoWaySample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Android Data Binding Advanced Sample
=============================================
More complex demo of the Data Binding library (two-way binding, alternatives, adapters, animations, converters, view models, testing, etc.).

Introduction
------------
This sample showcases the following features
of the [Data Binding library](https://developer.android.com/topic/libraries/data-binding/index.html)
with an app that shows a workout timer.
Expand Down