https://kotlinlang.org logo
#feed
Title
# feed
r

Raul

10/17/2020, 2:19 PM
I published this article about
StateFlow
yesterday, hope you enjoy it! Give me your feedback, thanks and have a lovely weekend https://proandroiddev.com/synchronous-communication-with-the-ui-using-stateflow-74f6ed68eff5
👍🏼 6
🎉 5
👏🏾 1
b

Big Chungus

10/17/2020, 3:21 PM
Thanks, was looking for something like this for a while now. Any more articles on Flow you could recommend?
r

Raul

10/18/2020, 8:56 AM
Hello @Big Chungus, I wrote a few articles in a series called "Fueled Reactive apps with Asynchronous Flow". All the links are attached at the end of this article.
Those articles explain from the deepest layer until this layer how everything could be composed with Kotlin Coroutines: suspend functions, channels and flows depending on your needs.
2 Views