From 8ce8ddc31e6c221957cd2a865c03cf19987a5a96 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Sun, 3 Mar 2019 22:21:19 -0500 Subject: [PATCH] [UPDATE] Readme with official project link --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6873e4a..e01c101 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ A demo application for Android `ConstraintLayout` with various usage with sample Get the **beta** release with current snapshot! [![google-play-badge](https://user-images.githubusercontent.com/99822/40590807-b714614a-61d3-11e8-9fab-a6781bc670c2.png)](https://play.google.com/store/apps/details?id=com.hossainkhan.android.constraintlayout) +## :bookmark: Official Demo +Google has official demo project that contains a list of layouts that showcases the various features and usage of +[ConstraintLayout](https://developer.android.com/reference/android/support/constraint/ConstraintLayout.html) and +[MotionLayout](https://developer.android.com/reference/android/support/constraint/motion/MotionLayout) + +See https://github.com/googlesamples/android-ConstraintLayoutExamples + ## Proposed App Features * Have a grid containing different feature set of `ConstraintLayout` * For each feature, have different examples