Tips, tricks, and solutions to the hell fun that is Android development

  • Software Fundamentals: The power of decoupled code

    Table of Contents Intro Decoupled code seems to be a lost art in Android development these days. Most developers have heard the software best practice of decoupling code but few truly understand it and fewer actually implement it. In order to understand some of the more complicated topics I plan to write about, knowing what…

  • 3 Uncommon Android Testing Tricks

    Table of Contents Github Sample Code Intro Let’s be honest. Writing tests on Android is a horrible experience. Most of the time when I want to cover a single method under a test, it is more research and boilerplate than I would like to spend my precious time on. Reading Android documentation is pretty much…