Remco Mokveld
rmokveld.bsky.social
Remco Mokveld
@rmokveld.bsky.social
Proud father of two, husband and Android Developer. Currently at DNA.inc, previously tech lead of the Disney+ app
What do you think of adding this extension function?
April 12, 2025 at 6:14 AM
And skip the need for coroutines, composition and collection of the flow in the composition
April 11, 2025 at 8:45 PM
Well that's exciting cause then we can write a SnapshotStateSerializer and do

val selectedItemState by saved(SnapshotStateSerializer()) { mutableStateOf(-1) }
var selectedItem by selectedItemState
April 11, 2025 at 8:44 PM
These property delegates don't happen to also be stable in terms of notifying the composition of changes do they?
April 11, 2025 at 5:41 PM