Unit Testing Coroutines on Android
Coroutines are great. They allow us to write asynchronous code as if they were synchronous. It lets us avoid callback hell, transform our data easily, thread switching, etc. It’s a pretty sweet deal. Well at least we got Rainbow Brackets Testing it however, may not… Read More »Unit Testing Coroutines on Android