Category: Flows

  • How to test Hot Flows with Coroutines Test library 1.60

    Motivation Flows are a very nice replacement for LiveData, however I could not find an updated guide on how to unit test them inside the ViewModel. This guide intends to help you on that task. In my Grading Scale App, I adopted Flows with a lot enthusiasm after building the first version with RXJava. Flows […]