Dealing With Production Code In Tests Feb 10, 2020 3 min read AndroidKotlinTesting When we're writing tests, it's not always possible to run production code independent of the system. In those cases, we use Test Doubles
RecyclerViews made easy with Epoxy Oct 30, 2019 5 min read AndroidKotlinUI/UX Complex RecyclerViews are difficult to build and often require a lot of boilerplate code. Epoxy makes this task really easy and…