Skip to content

Commit 05a8c0c

Browse files
authoredAug 27, 2020
Adds Compose in existing app samples to the README
2 parents 2107dc4 + 97e11a9 commit 05a8c0c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
restore-keys: |
5555
${{ runner.os }}-gradlebuildcache-
5656
57-
- name: Ktlint
58-
run: cd JetNews && ./gradlew ktlint --stacktrace
57+
- name: Spotless
58+
run: cd JetNews && ./gradlew spotlessCheck --stacktrace
5959

6060
- name: Build project
6161
run: cd JetNews && ./gradlew assemble --stacktrace

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ project from Android Studio following the steps
3535
| | |
3636
| <br><img src="readme/owl.png" alt="Owl" width="240"></img> <br><br>A Compose implementation of the Owl Material study. The Owl brand uses bold color, shape, and typography to express its brand attributes: energy, daring, and fun.<br><br>• Medium complexity<br>• Material theming & light/dark themes<br>• Custom layout<br>• Animation<br><br>**[> Browse](Owl/)** <br><br> | <img src="readme/screenshots/Owl.png" width="320" alt="Owl sample demo">|
3737

38+
🧬 Compose in existing app samples
39+
------------
40+
41+
To see how Compose and view-based UIs can coexist and interact together, check out these samples:
42+
* [Sunflower's `compose` branch](goo.gle/sunflower-compose)
43+
* [Tivi](tivi.app)
3844

3945
## License
4046
```

0 commit comments

Comments
 (0)