Skip to content

Commit 0c6316f

Browse files
committedNov 13, 2022
Update tagging of samples
1 parent c4b3a86 commit 0c6316f

File tree

24 files changed

+97
-31
lines changed

24 files changed

+97
-31
lines changed
 

‎Crane/.google/packaging.yaml

+14-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,21 @@
1818
# End users may safely ignore this file. It has no relevance to other systems.
1919
---
2020
status: PUBLISHED
21-
technologies: [Android]
22-
categories: [Compose]
21+
technologies: [Android, JetpackCompose]
22+
categories:
23+
- AndroidArchitectureUILayer
24+
- AndroidArchitectureStateProduction
25+
- JetpackComposeMigrationAndInterop
26+
- JetpackComposeArchitectureAndState
27+
- JetpackComposeAnimation
28+
- JetpackComposeDesignSystems
29+
- JetpackComposeTesting
2330
languages: [Kotlin]
24-
solutions: [Mobile]
31+
solutions:
32+
- Mobile
33+
- JetpackHilt
34+
- JetpackLifecycle
35+
- JetpackNavigation
2536
github: android/compose-samples
2637
level: INTERMEDIATE
2738
apiRefs:

‎Crane/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project from Android Studio following the steps
1212

1313
## Screenshots
1414

15-
<img src="screenshots/crane.gif"/>
15+
<img src="screenshots/screenshots.png"/>
1616

1717
## Features
1818

‎Crane/screenshots/screenshots.png

465 KB
Loading

‎JetLagged/.google/packaging.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
# End users may safely ignore this file. It has no relevance to other systems.
1919
---
2020
status: PUBLISHED
21-
technologies: [Android]
22-
categories: [Compose]
21+
technologies: [Android, JetpackCompose]
22+
categories:
23+
- JetpackComposeGraphics
24+
- JetpackComposeLayouts
25+
- JetpackComposeAnimation
2326
languages: [Kotlin]
2427
solutions: [Mobile]
2528
github: android/compose-samples

‎JetLagged/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Features:
1313
* Graphics: Custom Paths, Gradients, AGSL shaders
1414
* Animations
1515

16-
<img src="screenshots/JetLagged_Full.png" alt="JetLagged" width="200"/>
16+
## Screenshots
17+
18+
<img src="screenshots/screenshots.png" alt="JetLagged" width="200"/>
1719

1820
## License
1921

‎JetLagged/screenshots/screenshots.png

411 KB
Loading

‎JetNews/.google/packaging.yaml

+13-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@
1818
# End users may safely ignore this file. It has no relevance to other systems.
1919
---
2020
status: PUBLISHED
21-
technologies: [Android]
22-
categories: [Compose]
21+
technologies: [Android, JetpackCompose]
22+
categories:
23+
- AndroidArchitectureUILayer
24+
- AndroidArchitectureStateProduction
25+
- JetpackComposeArchitectureAndState
26+
- JetpackComposeDesignSystems
27+
- JetpackComposeLayouts
28+
- JetpackComposeNavigation
29+
- JetpackComposeTesting
2330
languages: [Kotlin]
24-
solutions: [Mobile]
31+
solutions:
32+
- Mobile
33+
- JetpackLifecycle
34+
- JetpackNavigation
2535
github: android/compose-samples
2636
level: INTERMEDIATE
2737
apiRefs:

‎JetNews/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project from Android Studio following the steps
1111

1212
## Screenshots
1313

14-
<img src="screenshots/jetnews_demo.gif" alt="Screenshot">
14+
<img src="screenshots/screenshots.png" alt="Screenshot">
1515

1616
## Features
1717

‎JetNews/screenshots/screenshots.png

538 KB
Loading

‎Jetcaster/.google/packaging.yaml

+10-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@
1818
# End users may safely ignore this file. It has no relevance to other systems.
1919
---
2020
status: PUBLISHED
21-
technologies: [Android]
22-
categories: [Compose]
21+
technologies: [Android, JetpackCompose]
22+
categories:
23+
- AndroidArchitectureUILayer
24+
- JetpackComposeDesignSystems
25+
- JetpackComposeAnimation
2326
languages: [Kotlin]
24-
solutions: [Mobile]
27+
solutions:
28+
- Mobile
29+
- JetpackRoom
30+
- JetpackLifecycle
31+
- JetpackNavigation
2532
github: android/compose-samples
2633
level: ADVANCED
2734
apiRefs:

‎Jetcaster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ most of the app's architecture has been implemented, as well as the data layer,
1919

2020
## Screenshots
2121

22-
<img src="docs/jetcaster.gif"/>
22+
<img src="docs/screenshots.png"/>
2323

2424
## Features
2525

‎Jetcaster/docs/screenshots.png

559 KB
Loading

‎Jetchat/.google/packaging.yaml

+15-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,22 @@
1818
# End users may safely ignore this file. It has no relevance to other systems.
1919
---
2020
status: PUBLISHED
21-
technologies: [Android]
22-
categories: [Compose]
21+
technologies: [Android, JetpackCompose]
22+
categories:
23+
- AndroidArchitectureUILayer
24+
- AndroidArchitectureStateProduction
25+
- JetpackComposeArchitectureAndState
26+
- JetpackComposeDesignSystems
27+
- JetpackComposeAnimation
28+
- JetpackComposeTextAndInput
29+
- JetpackComposeTesting
2330
languages: [Kotlin]
24-
solutions: [Mobile]
31+
solutions:
32+
- Mobile
33+
- JetpackHilt
34+
- JetpackLifecycle
35+
- JetpackNavigation
36+
- JetpackFragment
2537
github: android/compose-samples
2638
level: BEGINNER
2739
apiRefs:

‎Jetchat/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This sample showcases:
2323

2424
## Screenshots
2525

26-
<img src="screenshots/jetchat.gif"/>
26+
<img src="screenshots/screenshots.png"/>
2727

2828
### Status: 🚧 In progress
2929

‎Jetchat/screenshots/screenshots.png

616 KB
Loading

‎Jetsnack/.google/packaging.yaml

+9-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@
1818
# End users may safely ignore this file. It has no relevance to other systems.
1919
---
2020
status: PUBLISHED
21-
technologies: [Android]
22-
categories: [Compose]
21+
technologies: [Android, JetpackCompose]
22+
categories:
23+
- JetpackComposeDesignSystems
24+
- JetpackComposeAnimation
25+
- JetpackComposeLayouts
2326
languages: [Kotlin]
24-
solutions: [Mobile]
27+
solutions:
28+
- Mobile
29+
- JetpackLifecycle
30+
- JetpackNavigation
2531
github: android/compose-samples
2632
level: ADVANCED
2733
apiRefs:

‎Jetsnack/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ This sample showcases:
1414
* Custom layout
1515
* Animation
1616

17-
<img src="screenshots/jetsnack.gif"/>
17+
## Screenshots
18+
19+
<img src="screenshots/screenshots.png"/>
1820

1921
### Status: 🚧 In progress 🚧
2022

‎Jetsnack/screenshots/screenshots.png

918 KB
Loading

‎Jetsurvey/.google/packaging.yaml

+10-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@
1818
# End users may safely ignore this file. It has no relevance to other systems.
1919
---
2020
status: PUBLISHED
21-
technologies: [Android]
22-
categories: [Compose]
21+
technologies: [Android, JetpackCompose]
22+
categories:
23+
- JetpackComposeDesignSystems
24+
- JetpackComposeTextAndInput
25+
- JetpackComposeAnimation
2326
languages: [Kotlin]
24-
solutions: [Mobile]
27+
solutions:
28+
- JetpackHilt
29+
- JetpackLifecycle
30+
- JetpackNavigation
31+
- JetpackFragment
2532
github: android/compose-samples
2633
level: BEGINNER
2734
apiRefs:

‎Jetsurvey/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project from Android Studio following the steps
1212

1313
Screenshots
1414
-----------
15-
<img src="screenshots/survey.gif" width="425"/>
15+
<img src="screenshots/screenshots.png" width="425"/>
1616

1717
## Features
1818

‎Jetsurvey/screenshots/screenshots.png

359 KB
Loading

‎Owl/.google/packaging.yaml

+9-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@
1818
# End users may safely ignore this file. It has no relevance to other systems.
1919
---
2020
status: PUBLISHED
21-
technologies: [Android]
22-
categories: [Compose]
21+
technologies: [Android, JetpackCompose]
22+
categories:
23+
- JetpackComposeDesignSystems
24+
- JetpackComposeAnimation
25+
- JetpackComposeLayouts
2326
languages: [Kotlin]
24-
solutions: [Mobile]
27+
solutions:
28+
- Mobile
29+
- JetpackLifecycle
30+
- JetpackNavigation
2531
github: android/compose-samples
2632
level: INTERMEDIATE
2733
apiRefs:

‎Owl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This sample showcases:
1616

1717
## Screenshots
1818

19-
<img src="screenshots/owl.gif"/>
19+
<img src="screenshots/screenshots.png"/>
2020

2121
## Features
2222

‎Owl/screenshots/screenshots.png

1.06 MB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.