I would like to share my Kotlin Coroutines playground

Hello everybody! Occasionally, our Android team has Tech Fridays, during which we present some new things we did recently try or worked on. Usually I am presenting things related to coroutines and my sample repository already have grown with useful examples.

I would like to share my Coroutine Recipe repository with you guys too. Maybe you will find it useful as it covers everything starting from the basics up to some more advanced stuff. I have also implemented some side-by-side comparisons with RxJava, Channels vs Flows, LiveData vs StateFlow etc.

It’s nothing superb sophisticated, but I did choose maybe most useful use cases which we also use in our company. You can find the repo here:

https://github.com/edgar-zigis/CoroutineRecipes

Project can be run out of the box on IntelliJ.

Cheers!

submitted by /u/biomatic-1992
[link] [comments]