Skip to content

Commit 0a6bfaf

Browse files
committedAug 25, 2020
Adds requirements at the top of all READMEs
Change-Id: I777db8dff5046e26d47a7f92b30a126199ec4378
1 parent f392908 commit 0a6bfaf

File tree

9 files changed

+54
-10
lines changed

9 files changed

+54
-10
lines changed
 

‎Crane/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Studies built with [Jetpack Compose](https://developer.android.com/jetpack/compo
55
The goal of the sample is to showcase Material components, draggable UI elements, Android Views
66
inside Compose, and UI state handling.
77

8+
To try out this sample app, you need to use the latest Canary version of Android Studio 4.2.
9+
You can clone this repository or import the
10+
project from Android Studio following the steps
11+
[here](https://developer.android.com/jetpack/compose/setup#sample).
12+
813
## Screenshots
914

1015
<img src="screenshots/crane.gif"/>

‎JetNews/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ Jetnews is a sample news reading app, built with
33
[Jetpack Compose](https://developer.android.com/jetpack/compose). The goal of the sample is to
44
showcase the current UI capabilities of Compose.
55

6-
To try out this sample app, you need to use the Canary version of Android Studio 4.0, and import the
7-
project from the Android Samples following the steps
6+
To try out this sample app, you need to use the latest Canary version of Android Studio 4.2.
7+
You can clone this repository or import the
8+
project from Android Studio following the steps
89
[here](https://developer.android.com/jetpack/compose/setup#sample).
910

10-
Compose is not available in earlier versions of Android Studio and downloading this github repo
11-
directly and opening it will most likely result in build errors.
12-
1311
Screenshots
1412
-----------
1513
<img src="screenshots/jetnews_demo.gif" alt="Screenshot">

‎Jetcaster/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
Jetcaster is a sample podcast app, built with [Jetpack Compose][compose]. The goal of the sample is to
66
showcase dynamic theming and full featured architecture.
77

8+
To try out this sample app, you need to use the latest Canary version of Android Studio 4.2.
9+
You can clone this repository or import the
10+
project from Android Studio following the steps
11+
[here](https://developer.android.com/jetpack/compose/setup#sample).
12+
813
### Status: 🚧 In progress 🚧
914

1015
Jetcaster is still in the early stages of development, and as such only one screen has been created so far. However,

‎Jetchat/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
# Jetchat sample
44

5-
Jetchat is a sample chat app built with [Jetpack Compose][compose]. This sample showcases:
5+
Jetchat is a sample chat app built with [Jetpack Compose][compose].
6+
7+
To try out these sample apps, you need to use the latest Canary version of Android Studio 4.2.
8+
You can clone this repository or import the
9+
project from Android Studio following the steps
10+
[here](https://developer.android.com/jetpack/compose/setup#sample).
11+
12+
This sample showcases:
613

714
* UI state management
815
* Integration with Architecture Components: Navigation, Fragments, LiveData, ViewModel

‎Jetsnack/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Jetsnack sample
22

3-
Jetsnack is a sample snack ordering app built with [Jetpack Compose][compose]. This sample showcases:
3+
Jetsnack is a sample snack ordering app built with [Jetpack Compose][compose].
4+
5+
To try out these sample apps, you need to use the latest Canary version of Android Studio 4.2.
6+
You can clone this repository or import the
7+
project from Android Studio following the steps
8+
[here](https://developer.android.com/jetpack/compose/setup#sample).
9+
10+
This sample showcases:
411

512
* How to implement a custom design system
613
* Custom layout

‎Jetsurvey/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Jetsurvey is a sample survey app, built with
44
[Jetpack Compose](https://developer.android.com/jetpack/compose). The goal of the sample is to
55
showcase text input, validation and state capabilities of Compose.
66

7+
To try out these sample apps, you need to use the latest Canary version of Android Studio 4.2.
8+
You can clone this repository or import the
9+
project from Android Studio following the steps
10+
[here](https://developer.android.com/jetpack/compose/setup#sample).
11+
712
Screenshots
813
-----------
914
<img src="screenshots/survey.gif" width="425"/>

‎Owl/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Owl sample
22

3-
This sample is a [Jetpack Compose][compose] implementation of [Owl][owl], a Material Design study. This sample showcases:
3+
This sample is a [Jetpack Compose][compose] implementation of [Owl][owl], a Material Design study.
4+
5+
To try out these sample apps, you need to use the latest Canary version of Android Studio 4.2.
6+
You can clone this repository or import the
7+
project from Android Studio following the steps
8+
[here](https://developer.android.com/jetpack/compose/setup#sample).
9+
10+
This sample showcases:
411

512
* [Material theming][materialtheming] & light/dark themes
613
* Custom layout

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ For more information, please [read the documentation](https://developer.android.
88

99
💻 Requirements
1010
------------
11-
[Android Studio 4.2 Canary](https://developer.android.com/studio/preview/index.html) or newer.
11+
To try out these sample apps, you need to use the latest Canary version of Android Studio 4.2.
12+
You can clone this repository or import the
13+
project from Android Studio following the steps
14+
[here](https://developer.android.com/jetpack/compose/setup#sample).
1215

1316
🧬 Samples
1417
------------

‎Rally/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Rally sample
22

3-
This sample is a [Jetpack Compose][compose] implementation of [Rally][rally], a Material Design study. This sample showcases:
3+
This sample is a [Jetpack Compose][compose] implementation of [Rally][rally], a Material Design study.
4+
5+
To try out these sample apps, you need to use the latest Canary version of Android Studio 4.2.
6+
You can clone this repository or import the
7+
project from Android Studio following the steps
8+
[here](https://developer.android.com/jetpack/compose/setup#sample).
9+
10+
This sample showcases:
411

512
* [Material theming][materialtheming]
613
* Custom layouts and reusable elements

0 commit comments

Comments
 (0)
Please sign in to comment.