Hi, it is possible to use Flow with Jetpack Compos...
# compose
h
Hi, it is possible to use Flow with Jetpack Compose?
v
Yes, there're a lot of examples in web. Look at tivi app https://github.com/chrisbanes/tivi for instance.
h
Great, thank you!
l
collectAsState()
will go a long way.
h
Sure, I am only using
Flow
in ViewModels to re-use them in iOS too