Simple Event Bus in Android using coroutines and flows
In this post I will describe a simple event bus pattern in Android that is implemented using coroutines and flows. Thanks to Kotlin, coroutines, and flows, this is a simple approach that requires very little code.
What is an Event Bus?
Event bus is a...
blog.tinaciousdesign.com5 min read