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...
Aug 24, 20215 min read8.1K


