-
2.8.0이 release되어서 `safe-args`가 포함된 기념으로 Compose Navigation을 천천히 뜯어보자
-
I would really like to pass some data around different screens such as `StopItem`, but need to implement `Parcelable` for all data types used.
```kotlin
data class StopItem(
val stopName: Str…
-
**Describe the bug**
The KMP desktop application crashes when I try to inject SavedStateHandle with navigation arguments to ViewModel. The Android app works fine.
The exception: Caused by: java.lang…
-
**Describe the bug**
This used to work fine for v3.5.6, but we've seen this after upgrading to v4.0.0.
**To Reproduce**
1. Have a ViewModel that takes `SavedStateHandle` as param.
2. Use `viewMo…
-
### Short description
No idea, just "florisboard stopped working"
Opened the "private space" (grapheneOS android 15) where it is set as default keyboard
### Steps to reproduce
1. Install in priv…
-
https://developer.android.com/develop/ui/compose/navigation
~~We should see if we can gradually move (preferred) or if we have to do all activities at once.~~
Gradual implementation should be po…
-
## Description
Sorry, not sure what I was doing that made this happen. Passing along the stack in case it's helpful
## Strack trace
```
java.lang.IndexOutOfBoundsException: Index -1 out of bounds …
-
Using this `implementation("network.chaintech:compose-multiplatform-media-player:1.0.26")` or this version `implementation("network.chaintech:compose-multiplatform-media-player:1.0.16")`
Syncs perf…
-
Using Xml, shared element transitions can be used between activities. But I don't think Compose is possible. Is there a possible way??
-
Hi!
First of all thank you for this awesome library.
I'm just trying to use a basic example of this library in my Multiplatform project but I'm getting that error.
I'm using Kotlin 2.0.0 and ve…