Combining Kotlin Flows with Select Expressions
Featured in Android Weekly #405
Featured in Android Weekly #405
Featured in Kotlin Weekly #187 & Android Weekly #402
The Kotlin coroutine library provides a construct called a Channel which behaves like a BlockingQueue. How do Channels work underneath the hood? That’s what ...
In this article, I will explore how to implement and test polling with Channels and Flow. Prior to reading on, please check out this article for understandin...