JDJesus Daniel Medina Cruzinjesusdmedinac.hashnode.dev·Jan 6, 2023 · 4 min readKill the mutants of your codeI recently was investigating about best practices for my testing on Android. You can easily make Unit, Instrumentation and UI testing, using tools like JUnit and Espresso. But the question that I always have when writing my test is the next: How many...00
JDJesus Daniel Medina Cruzinjesusdmedinac.hashnode.dev·Nov 3, 2022 · 6 min readMapping data between layersIf you don't understand the importance of using different models per layer continue reading. I will use android examples for explain different concepts, but they apply for any system. Clean Architecture approach First of all, picking a software archi...00