rememberSerializable() New AI is here ☝️
This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).
A new `rememberSerializable()` API in Jetpack Compose allows state values to survive process death. By annotating a data class with `@Serializable` and using the `androidx.savedstate.compose` artifact at version 1.5.0+, composable state can be persisted across process kills. A demo shows a custom object's fields surviving process death while a regular `remember` state does not.
•1m watch time