-
Since they have released a BOM for Jetpack Compose (https://developer.android.com/jetpack/compose/setup#using-the-bom) It would be cool to use it for Showkase as well :)
-
### Description
tldr; Jetpack ComposeViews do not maintain state or recompose upon returning to a Screen with a ComposeView driving a component of the Screen.
Suppose you have three screens, scree…
-
Jetpack Compose version: Compose BOM 2023.08.00 or higher
Jetpack Compose component used: Any Composable
Android Studio Build: Android Studio Giraffe | 2022.3.1
Kotlin version: 1.8.10
Steps to R…
-
**Is your feature request related to a problem? Please describe.**
Since it's been more than 4 months when I stopped working on Regular XML Android. I'm in love with Jetpack Compose. I'm planning to …
-
Android navigation providers like fragments, jetpack nav, and this one are expected to provide `Lifecycle`s to their child content that represents the lifecycle of their navigation frame, and saved st…
-
https://android-developers.googleblog.com/2022/04/twitter-going-all-in-on-jetpack-compose.html
コミュニティ機能はJetpack Composeで開発されたそうです
-
https://developer.android.com/jetpack/compose
ReactやFlutterの用に宣言的にUIを記述するtoolkit、Jetpack Composeが発表されました。
Kotlinをフルに活用したライブラリで、主にランタイムライブラリとコード生成をするKotlin Compiler Pluginで構成されているようです。
AOSP上のコード…
-
Sentry Issue: [JETPACK-ANDROID-JPA](https://a8c.sentry.io/issues/5002580509/?referrer=github_integration)
```
NoSuchFieldError: No static field Key of type Lkotlinx/coroutines/CoroutineExceptionHandl…
-
-
**Is your feature request related to a problem? Please describe.**
When a screen with a map goes to the backstack, GoogleMap composable and all tiles/render state that it has, is destroyed. When…