I published this article about `StateFlow` yesterd...
# feed
r
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
Thanks, was looking for something like this for a while now. Any more articles on Flow you could recommend?
r
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.