One of the topics from droidcon Kraków 2015. Watch and see what you've missed :)
---------
Introduction: Android apps are developed using JAVA, but not all Android developers are "real" JAVA developers (including myself). There are many rules and best practices to write clean code on JAVA, but how much do we care about those as Android developers?
In this talk, I will discuss some code quality tips and best practices, which make most sense for Android code, with examples of bad and improved versions of code. Furthermore, I will recommend some popular source code analysis tools and explain how we brought them into our attention in our day-to-day development process.