You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-11
Original file line number
Diff line number
Diff line change
@@ -70,24 +70,24 @@ Content in languages other than English is tagged according to ISO 639-2 codes.
70
70
71
71
### Codelabs
72
72
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
-
79
73
-[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.
80
74
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
-
83
75
-[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
84
76
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
+
85
79
-[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.
86
80
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.
88
86
89
87
-[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
+
91
91
-[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.
92
92
93
93
### Official Projects
@@ -110,7 +110,6 @@ Content in languages other than English is tagged according to ISO 639-2 codes.
110
110
111
111
- 🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way.
0 commit comments