-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Navigation tutorial to refer to Awesome List (#3441)
Remove third-party specific samples
- Loading branch information
1 parent
a947c5e
commit 563575a
Showing
139 changed files
with
16 additions
and
8,588 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
# Samples | ||
| Sample | Description | Platforms | | ||
| ------------- | ------------- | ------------- | | ||
| [Imageviewer](imageviewer) | Image Viewer application | Android, iOS, Desktop | | ||
| [Codeviewer](codeviewer) | File browser and code viewer application | Android, iOS, Desktop | | ||
| [Chat](chat) | A simple chat | Android, iOS, Desktop | | ||
| [Minesweeper](minesweeper) | A simple game where you need to find hidden mines | Android, iOS, Desktop | | ||
| [Falling Balls](falling-balls) | A simple game | Android, iOS, Desktop | | ||
| [Visual effects](visual-effects) | Visual effects | Android, iOS, Desktop | | ||
| [Widgets Gallery](widgets-gallery) | Gallery of standard widgets | Android, iOS, Desktop | | ||
| [Todoapp Lite](todoapp-lite) | A simplified version of [Todoapp](todoapp), fully based on Compose | Android, iOS, Desktop | | ||
| [Todoapp](todoapp) | TODO items tracker with persistence and multiple screens, written with external navigation library | Android, iOS native, Desktop | | ||
| [Issues tracker](issues) | GitHub issue tracker with an adaptive UI and ktor-client | Android, Desktop | | ||
| [Notepad](notepad) | Notepad, using the Composable Window API | Desktop | | ||
| [IDEA plugin](intellij-plugin) | Plugin for IDEA using Compose for Desktop | Desktop | | ||
| [HTML based samples](html/README.md) | Examples written with Compose HTML Library | ||
| Sample | Description | Platforms | | ||
| ------------- |----------------------------------------------------------------------------------------------------| ------------- | | ||
| [Imageviewer](imageviewer) | Image Viewer application | Android, iOS, Desktop | | ||
| [Codeviewer](codeviewer) | File browser and code viewer application | Android, iOS, Desktop | | ||
| [Chat](chat) | A simple chat | Android, iOS, Desktop | | ||
| [Minesweeper](minesweeper) | A simple game where you need to find hidden mines | Android, iOS, Desktop | | ||
| [Falling Balls](falling-balls) | A simple game | Android, iOS, Desktop | | ||
| [Visual effects](visual-effects) | Visual effects | Android, iOS, Desktop | | ||
| [Widgets Gallery](widgets-gallery) | Gallery of standard widgets | Android, iOS, Desktop | | ||
| [Todoapp Lite](todoapp-lite) | A simple todo app fully based on Compose | Android, iOS, Desktop | | ||
| [Issues tracker](issues) | GitHub issue tracker with an adaptive UI and ktor-client | Android, Desktop | | ||
| [Notepad](notepad) | Notepad, using the Composable Window API | Desktop | | ||
| [IDEA plugin](intellij-plugin) | Plugin for IDEA using Compose for Desktop | Desktop | | ||
| [HTML based samples](html/README.md) | Examples written with Compose HTML Library | |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
examples/todoapp/android/src/main/java/example/todo/android/App.kt
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
examples/todoapp/android/src/main/java/example/todo/android/Color.kt
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
examples/todoapp/android/src/main/java/example/todo/android/MainActivity.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
examples/todoapp/android/src/main/java/example/todo/android/Shape.kt
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
examples/todoapp/android/src/main/java/example/todo/android/Theme.kt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
examples/todoapp/android/src/main/java/example/todo/android/Type.kt
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
examples/todoapp/android/src/main/res/drawable-v24/ic_launcher_foreground.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.