Follow

Simple Event Bus in Android using coroutines and flows

Aug 24, 20215 min read

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...

Simple Event Bus in Android using coroutines and flows
Covid Today Android app
How I made my keyboard flash red when the build breaks on CI 🚨
Saving to photos in Android Q+ (Android 10+)
Migrating from get External Storage Public Directory in Android 10 & 11
Generate a Vue component using Plop