Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42f11cb

Browse files
nickbutcherChris
authored and
Chris
committedAug 17, 2020
Update README.
Change-Id: I9ad124f8018f6381b2f67dfb50d1fdad207ffdc3
1 parent 5a617b0 commit 42f11cb

File tree

4 files changed

+41
-11
lines changed

4 files changed

+41
-11
lines changed
 

‎Jetsurvey/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ See how to:
6060
* Use `Slider` - for picking a value from a range
6161
* Use `Scaffold` - for screens with top bar, bottom bar and body
6262
* Display a `DialogFragment` when requested from compose
63+
6364
[6]: app/src/main/java/com/example/compose/jetsurvey/survey
6465

6566
### Data

‎README.md

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,44 @@
1-
Compose Samples Repository
2-
=====================
1+
# Compose Samples Repository
32

43
This repository contains a set of individual Android Studio projects to help you learn about
5-
Compose in Android.
4+
[Jetpack Compose](https://developer.android.com/jetpack/compose), Android's new modern UI toolkit.
65

7-
For more information, please [read our documentation](https://developer.android.com/jetpack/compose)
6+
<img src="screenshots/samples_montage.gif">
87

9-
Requirements
10-
------------
11-
[Android Studio 4.2](https://developer.android.com/studio/preview/index.html) or newer.
8+
## Samples
9+
10+
### [Jetnews](Jetnews/)
11+
A sample blog post viewer that demonstrates a variety of UI components, light/dark themes and a basic architecture.
12+
13+
### [Jetchat](Jetchat/)
14+
15+
Todo(jalc)
16+
17+
### [Jetsurvey](JetSurvey/)
18+
19+
A sample survey app showcasing text input, validation and state handling.
20+
21+
### [Jetsnack](Jetsnack/)
22+
23+
A sample snack-ordering app showcasing how to implement a custom design system.
24+
25+
### [Jetcaster](Jetcaster/)
1226

13-
Samples
14-
-------
15-
[Jetnews](JetNews/): A sample blog post viewer that demonstrates the use of Compose.
27+
A sample podcast app showcasing dynamic theming and a full featured architecture.
28+
29+
### [Owl](owl/)
30+
31+
A sample education app showcasing theming with Material Design.
32+
33+
### [Crane](Crane/)
34+
35+
A sample travel app showcasing Material components, draggable UI elements, interop with Android Views
36+
inside Compose and UI state handling.
37+
38+
### [Rally](Rally/)
39+
40+
Todo(jalc)
41+
42+
## Requirements
43+
44+
[Android Studio 4.2](https://developer.android.com/studio/preview/index.html) or newer.

‎owl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Owl implements some utility functions of interest:
4444
## Data
4545
Domain types are modelled in the [model package](app/src/main/java/com/example/owl/model), each containing static sample data exposed using fake `Repo`s objects.
4646

47-
Imagery is sourced from [Unslpash](https://unsplash.com/) and [Pravatar](https://pravatar.cc/) and loaded using [coil-accompanist][coil-accompanist].
47+
Imagery is sourced from [Unsplash](https://unsplash.com/) and [Pravatar](https://pravatar.cc/) and loaded using [coil-accompanist][coil-accompanist].
4848

4949

5050
## License

‎screenshots/samples_montage.gif

14.2 MB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.