Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
Change-Id: I9ad124f8018f6381b2f67dfb50d1fdad207ffdc3
  • Loading branch information
nickbutcher authored and Chris committed Aug 17, 2020
1 parent 5a617b0 commit 42f11cb
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 11 deletions.
1 change: 1 addition & 0 deletions Jetsurvey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ See how to:
* Use `Slider` - for picking a value from a range
* Use `Scaffold` - for screens with top bar, bottom bar and body
* Display a `DialogFragment` when requested from compose

[6]: app/src/main/java/com/example/compose/jetsurvey/survey

### Data
Expand Down
49 changes: 39 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
Compose Samples Repository
=====================
# Compose Samples Repository

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

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

Requirements
------------
[Android Studio 4.2](https://developer.android.com/studio/preview/index.html) or newer.
## Samples

### [Jetnews](Jetnews/)
A sample blog post viewer that demonstrates a variety of UI components, light/dark themes and a basic architecture.

### [Jetchat](Jetchat/)

Todo(jalc)

### [Jetsurvey](JetSurvey/)

A sample survey app showcasing text input, validation and state handling.

### [Jetsnack](Jetsnack/)

A sample snack-ordering app showcasing how to implement a custom design system.

### [Jetcaster](Jetcaster/)

Samples
-------
[Jetnews](JetNews/): A sample blog post viewer that demonstrates the use of Compose.
A sample podcast app showcasing dynamic theming and a full featured architecture.

### [Owl](owl/)

A sample education app showcasing theming with Material Design.

### [Crane](Crane/)

A sample travel app showcasing Material components, draggable UI elements, interop with Android Views
inside Compose and UI state handling.

### [Rally](Rally/)

Todo(jalc)

## Requirements

[Android Studio 4.2](https://developer.android.com/studio/preview/index.html) or newer.
2 changes: 1 addition & 1 deletion owl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Owl implements some utility functions of interest:
## Data
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.

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


## License
Expand Down
Binary file added screenshots/samples_montage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42f11cb

Please sign in to comment.