Skip to content

Commit

Permalink
Update Navigation tutorial to refer to Awesome List (#3441)
Browse files Browse the repository at this point in the history
Remove third-party specific samples
  • Loading branch information
SebastianAigner authored Aug 2, 2023
1 parent a947c5e commit 563575a
Show file tree
Hide file tree
Showing 139 changed files with 16 additions and 8,588 deletions.
29 changes: 14 additions & 15 deletions examples/README.md
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 |
15 changes: 0 additions & 15 deletions examples/todoapp/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions examples/todoapp/.run/browser.run.xml

This file was deleted.

23 changes: 0 additions & 23 deletions examples/todoapp/.run/desktop.run.xml

This file was deleted.

61 changes: 0 additions & 61 deletions examples/todoapp/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions examples/todoapp/android/build.gradle.kts

This file was deleted.

28 changes: 0 additions & 28 deletions examples/todoapp/android/src/main/AndroidManifest.xml

This file was deleted.

13 changes: 0 additions & 13 deletions examples/todoapp/android/src/main/java/example/todo/android/App.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 563575a

Please sign in to comment.