Jhonatan Sabadi
05/09/2024, 3:14 AMsavedStateHandle
to get data as result from child compose to parent compose.
But the opposite? I can simple using save data into current savedStateHandle
then recovery using previews backstack
savedStateHandle
.
Is that ok too?binayshaw7777
05/10/2024, 8:12 AMScreen B
which get's invoked from Screen A
.
On QR Scan, it should send back the result to Screen A
.
But yeah, I'm using SharedVM.