Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

[UPDATE] Readme with official project link #60

Merged
merged 1 commit into from
Mar 4, 2019
Merged
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down