Kotlin Coroutines and Room
Kotlin Coroutines: A brief intro. Coroutines are a neat new feature of the Kotlin language that allow us to write asynchronous code in a more idiomatic way. — This also means you can write asynchronous code the same way you