File tree Expand file tree Collapse file tree 2 files changed +27
-25
lines changed
Expand file tree Collapse file tree 2 files changed +27
-25
lines changed Original file line number Diff line number Diff line change 77
88> A tool that gives you a massive head start when building Compose based apps. It saves you from time-consuming setup and configuration
99
10- ### ✨ Demo
11-
12- #### Desktop ([ see template] ( https://github.com/theapache64/compose-desktop-template ) )
13-
14- ![ ] ( demo_desktop.gif )
15-
16- #### Web ([ see template] ( https://github.com/theapache64/compose-web-template ) )
17-
18- ![ ] ( demo_web.gif )
19-
20- #### Chrome extension ([ see template] ( https://github.com/theapache64/compose-chrome-extension-template ) )
21-
22- ![ ] ( demo_chrome.gif )
23-
24- #### Mobile
25-
26- - TODO
2710
2811## 🛠 Installation
2912
3619``` shell script
3720~ $ create-compose-app
3821Choose platform
39- 1) Desktop
40- 2) Web
41- 3) Chrome extension
22+ 1) Android
23+ 2) Desktop
24+ 3) Web
25+ 4) Chrome extension
4226```
4327
44- ## 📦 What's included?
28+ ### ✨ Demo
29+
30+ #### Desktop ([ see template] ( https://github.com/theapache64/compose-desktop-template ) )
4531
46- ### Desktop
32+ ![ ] ( demo_desktop.gif )
4733
4834- Architecture (MVVM) with Android-ish structure (SingleActivity)
4935- Dependency Injection (Dagger2)
@@ -55,14 +41,30 @@ Choose platform
5541- Logging (Arbor)
5642- Font (GoogleSans)
5743
58- ### Web
44+ #### Web ([ see template] ( https://github.com/theapache64/compose-web-template ) )
45+
46+ ![ ] ( demo_web.gif )
47+
48+ - A basic web counter example
5949
60- - A basic counter example
50+ #### Chrome extension ( [ see template ] ( https://github.com/theapache64/compose-chrome-extension-template ) )
6151
62- ### Chrome extension
52+ ![ ] ( demo_chrome.gif )
6353
6454- A simple popup window
6555
56+ #### Android ([ see template] ( https://github.com/theapache64/compose-android-template ) )
57+
58+ ![ ] ( demo_android.png )
59+
60+ - MVVM
61+ - Hilt
62+ - Compose
63+ - Navigation
64+ - Logger
65+ - Typography (with GoogleSans)
66+
67+
6668## ✍️ Author
6769
6870👤 ** theapache64**
You can’t perform that action at this time.
0 commit comments