forked from android/compose-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I9ad124f8018f6381b2f67dfb50d1fdad207ffdc3
- Loading branch information
1 parent
5a617b0
commit 42f11cb
Showing
4 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.