From 43933e87f13d406789cbcadf2a4fe1ce03e55347 Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Thu, 25 Feb 2021 13:07:46 -0800 Subject: [PATCH 1/2] Update README.md --- BasicSample/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BasicSample/README.md b/BasicSample/README.md index bf21167..b84aa22 100644 --- a/BasicSample/README.md +++ b/BasicSample/README.md @@ -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): From bfd9e727703f8d6e5de1089bf0a6f48320751274 Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Thu, 25 Feb 2021 13:09:38 -0800 Subject: [PATCH 2/2] Update README.md --- TwoWaySample/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TwoWaySample/README.md b/TwoWaySample/README.md index 6291040..7ab3b39 100644 --- a/TwoWaySample/README.md +++ b/TwoWaySample/README.md @@ -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.