Stoked to get back to sharing knowledge on a stage, and at droidcon London no less! Looking forward to diving into the CoroutineContext
Stoked to get back to sharing knowledge on a stage, and at droidcon London no less! Looking forward to diving into the CoroutineContext
What do you think of adding this extension function?
And skip the need for coroutines, composition and collection of the flow in the composition
Well that's exciting cause then we can write a SnapshotStateSerializer and do
val selectedItemState by saved(SnapshotStateSerializer()) { mutableStateOf(-1) }
var selectedItem by selectedItemState
These property delegates don't happen to also be stable in terms of notifying the composition of changes do they?