Regarding lifecycle behavior etc., do I get the ex...
# compose
f
Regarding lifecycle behavior etc., do I get the exact same result if I use
collectAsState
on a Flow vs
observeAsState
from LiveData?
f
Thank you. That means that they are indeed not equivalent
a
Interesting. I'm using
collectAsState
in my app. Is there a good reason I should use
flowWithLifecycle
?
a
See this and this.
🙌 3