Published inProAndroidDevAutomating Code ReviewsBuilding software is a complex task. Some software is built by a single person, but often times there are teams behind software. These…Sep 16, 20202Sep 16, 20202
Published inProAndroidDevInverting the Dependency — Independent Features in Android ApplicationsWorking in a cross-functional team on an Android application imposes certain requirements on the code-base. The less structured the…Jul 8, 20191Jul 8, 20191
Published inProAndroidDevMoving towards a Micro-Service Mindset on AndroidMost Android applications are built as monoliths.Apr 29, 20193Apr 29, 20193
Published inProAndroidDevAn Introduction to Testing Custom Views on AndroidIf you’re working on a large app, your product designers have extraordinary wishes or you just like to split your app into small modules to…May 8, 20183May 8, 20183
A/B Testing on Android with a clean ArchitectureImplementing a clean architecture is a hot topic in the development world, especially in the Android community. Using interfaces to define…Apr 1, 2018Apr 1, 2018
Token-based Authentication per Endpoint via HTTP InterceptorAlmost all applications nowadays are using APIs to fetch and store data. These endpoints are (hopefully) secured and require authentication…Feb 28, 2018Feb 28, 2018