android Improving Testability with Fakes and Factories Legacy code exists in the codebases of many companies. Often within, there are anti-patterns that can cause roadblocks during development. I recently added my first analytics event as part of
android Cutting Through the Static - Find and Fix Issues the Smart Way with Android Studio Static Code Analysis Did you know that Android Studio has static code analysis built in? You can run this tool using the inspect code dialog. When launched you can specify what you want to analyze; your whole project, individual modules, or just a directory. Fire it up