Published inProAndroidDevStatic analysis tools for AndroidLet’s take a look into the most popular static code analysis tools that you can use to implement and enforce custom rules in your codebase…May 12, 2021276May 12, 2021276
Excert — “The Power of Habit”The Power of Habit: Why We Do What We Do in Life and Business is a book by Charles Duhigg, a New York Times reporter. It explores the…Apr 9, 20173Apr 9, 20173
Excerpt— “Drive: The Surprising Truth About What Motivates Us”Daniel H. Pink is one of the world’s leading business thinkers and the author of five best-selling books about work, management, and…Apr 9, 20171Apr 9, 20171
Head First Design Patterns • Factory PatternAll factories encapsulate object creation.Dec 17, 20161Dec 17, 20161
Head First Design Patterns • Decorator PatternInheriteance is one form of extension, but not necessarily the best way to achieve flexibility in our designs.Dec 17, 2016Dec 17, 2016
Head First Design Patterns • Observer PatternThe Observer Pattern defines a one-to-many relationship between objects.Dec 17, 201618Dec 17, 201618
Head First Design Patterns • Strategy PatternGood OO designs are reusable. extensible and mantainable.Dec 17, 20168Dec 17, 20168
Clean code - Meaningful namesWe name our variables, arguments, functions, classes, packages, etc. These are rules for improve our naming skills:Jan 3, 20162Jan 3, 20162