Skip to content

Commit c99b17f

Browse files
stefanosansoneStefano Sansone
and
Stefano Sansone
authored
Reordered codelabs like official pathway (#16)
Co-authored-by: Stefano Sansone <[email protected]>
1 parent 3030e52 commit c99b17f

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Diff for: README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,24 @@ Content in languages other than English is tagged according to ISO 639-2 codes.
7070

7171
### Codelabs
7272

73-
- [Testing in Jetpack Compose](https://developer.android.com/codelabs/jetpack-compose-testing#0) - In this codelab you'll learn about testing UIs created with Jetpack Compose. You will write your first tests while learning about testing in isolation, debugging tests, semantics trees and synchronization.
74-
75-
- [Jetpack Compose Navigation](https://developer.android.com/codelabs/jetpack-compose-navigation#0) - Use the Jetpack Navigation component to navigate between screens in Jetpack Compose.
76-
77-
- [Compose Animation](https://developer.android.com/codelabs/jetpack-compose-animation#0) - In this codelab, you will learn how to use some Animation APIs in Jetpack Compose.
78-
7973
- [Jetpack Compose basics](https://codelabs.developers.google.com/codelabs/jetpack-compose-basics/index.html) - In this codelab, you will learn * What Compose is * How to build UIs with Compose * How to manage state in composable functions * Data flow principles in Compose.
8074

81-
- [Migrating to Jetpack Compose](https://codelabs.developers.google.com/codelabs/jetpack-compose-migration/index.html) - In this codelab, you'll be migrating parts of the Sunflower's plant details screen to Compose. We created a copy of the project for you to try out migrating a realistic app to Compose.🏉
82-
8375
- [Layouts in Jetpack Compose](https://codelabs.developers.google.com/codelabs/jetpack-compose-layouts/index.html) - In this codelab, you'll learn how to use Compose's highest level of UI abstraction, Material Design, as well as low-level composables like Layout that allows you to measure and place elements on the screen
8476

77+
- [Using State in Jetpack Compose](https://codelabs.developers.google.com/codelabs/jetpack-compose-state/index.html) - In this codelab you'll learn about the state and how it can be used and manipulated by Jetpack Compose.
78+
8579
- [Jetpack Compose Theming](https://codelabs.developers.google.com/codelabs/jetpack-compose-theming/index.html) - In this codelab you will learn how to use Jetpack Compose's theming APIs to style your application. We'll see how to customize colors, shapes and typography so that they're used consistently throughout your application, supporting multiple themes such as light & dark theme.
8680

87-
- [Using State in Jetpack Compose](https://codelabs.developers.google.com/codelabs/jetpack-compose-state/index.html) - In this codelab you'll learn about the state and how it can be used and manipulated by Jetpack Compose.
81+
- [Jetpack Compose Animation](https://developer.android.com/codelabs/jetpack-compose-animation#0) - In this codelab, you will learn how to use some Animation APIs in Jetpack Compose.
82+
83+
- [Jetpack Compose Navigation](https://developer.android.com/codelabs/jetpack-compose-navigation#0) - Use the Jetpack Navigation component to navigate between screens in Jetpack Compose.
84+
85+
- [Testing in Jetpack Compose](https://developer.android.com/codelabs/jetpack-compose-testing#0) - In this codelab you'll learn about testing UIs created with Jetpack Compose. You will write your first tests while learning about testing in isolation, debugging tests, semantics trees and synchronization.
8886

8987
- [Accessibility in Jetpack Compose](https://developer.android.com/codelabs/jetpack-compose-accessibility/index.html) - In this codelab you will learn how to use Jetpack Compose to improve your app's accessibility. We will walk through several common use cases and improve a sample app step by step. We will cover touch target sizes, content descriptions, click labels, and more.
90-
88+
89+
- [Migrating to Jetpack Compose](https://codelabs.developers.google.com/codelabs/jetpack-compose-migration/index.html) - In this codelab, you'll be migrating parts of the Sunflower's plant details screen to Compose. We created a copy of the project for you to try out migrating a realistic app to Compose.
90+
9191
- [Advanced state and side effects in Jetpack Compose](https://developer.android.com/codelabs/jetpack-compose-advanced-state-side-effects/index.html) - In this codelab you will learn advanced concepts related to State and Side Effects APIs in Jetpack Compose. We'll see how to create a state holder for stateful composables whose logic isn't trivial, how to create coroutines and call suspend functions from Compose code, and how to trigger side effects to accomplish different use cases.
9292

9393
### Official Projects
@@ -110,7 +110,6 @@ Content in languages other than English is tagged according to ISO 639-2 codes.
110110

111111
- 🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way.
112112

113-
114113
- https://github.com/Gurupreet/ComposeCookBook
115114

116115
- A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential

0 commit comments

Comments
 (0)