
My name’s Felix, and I operate this blog. I was born in Puebla Mexico, but I currently live Hamburg.
I created this blog to write about my learning process with Android and Flutter, on topics I feel there is not so much information easily available.
-
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 […]