Using Coroutines and Flow with MVVM architecture.
I watched the recent Android Dev Summit online and there’s one particular video that got my attention, a talk by Jose Alcérreca and Yigit Boyar on using LiveData with Kotlin Coroutines and Flow where they demonstrated how one could use LiveData…