Jetpack Compose
Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
Here are 2,402 public repositories matching this topic...
Is there an existing issue for this?
- I have searched the existing issues
Describe the problem
The current Build.yaml workflow is specific to building and testing the app module, however, there are more than 1 apps in the project.
Describe the solution
An additional build/test workflow should be added to also build/test app-nia-catalog
Additional context
N/A
-
Updated
Jun 17, 2022 - Kotlin
Onboarding Overlays
Something like this: https://i.imgur.com/fZETnkc.png
-
Updated
Jun 6, 2022 - Kotlin
-
Updated
Jun 14, 2022 - Kotlin
-
Updated
Jun 14, 2022 - Kotlin
-
Updated
Jun 15, 2022 - Kotlin
-
Updated
Jun 15, 2022 - Kotlin
-
Updated
May 17, 2022 - Java
-
Updated
Jun 14, 2022 - Kotlin
-
Updated
May 27, 2022 - Kotlin
-
Updated
Jun 16, 2022 - Kotlin
If you want to contribute android learning resources to awesome-android-learning-resources, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
-
Updated
Jun 16, 2022 - Kotlin
-
Updated
May 16, 2022 - Kotlin
-
Updated
May 15, 2022 - Kotlin
-
Updated
Jun 17, 2022 - Kotlin
-
Updated
Jun 16, 2022 - Java
-
Updated
May 14, 2022 - Kotlin
-
Updated
Jun 16, 2022 - Kotlin
-
Updated
Jan 3, 2022 - Kotlin
-
Updated
Jun 17, 2022 - Kotlin
-
Updated
Jun 13, 2022 - Kotlin
-
Updated
Jun 14, 2022 - Kotlin
If you want to contribute resources to learn-jetpack-compose-android, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
-
Updated
Jun 13, 2022 - Kotlin
If you want to contribute resources to awesome-jetpack-compose-android-apps, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
-
Updated
Jun 16, 2022 - Kotlin
android/compose-samples#716 (review)
JetchatScaffold had scaffoldState: ScaffoldState = rememberScaffoldState() and now it holds the drawerState: DrawerState = rememberDrawerState(), so should be renamed to JetchatDrawer or a more appropriate naming.