OneTime <Value> call #157
-
Hi, i'm using arkivanov/Decompose for my desktop app, and i have a question, in android i can use MutableSharedFlow/LiveData instead of Value, and i can observe it, and when i observe i set the lifecyle cycle(create/destroy for example), if i set create/destroy it will as oneTimeLiveData/oneTimeFlow, if start/stop it will viewlifecycle owner, i see in decompose is similar but... lifecycle is access from component and not from compose function(content), so how i can't do it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Could you please share some code, how do you observe in Android with create/destroy and start/stop? |
Beta Was this translation helpful? Give feedback.
Could you please share some code, how do you observe in Android with create/destroy and start/stop?