Concurrency Frameworks in Android are Overrated
Clean implementation of complex concurrent algorithm using the fundamental concurrency techniques
Clean implementation of complex concurrent algorithm using the fundamental concurrency techniques
Improved scheme for implementation of MVC views and high-level discussion of differences between interfaces and abstract classes.
Mocking is good, but also bad. You should feel ashamed for using mocks, but, in practice, everybody uses them. Wat? Let’s clear some things up!
Demonstration of so-called Callback Hell situation and explanation of how to prevent it (or fix, if needed) in your own code
Detailed discussion of various ways to implement use cases (aka interactors) in Kotlin
Detailed discussion of various ways to implement use cases (aka interactors) in Java
Several tips to maximize your productivity while working from home that I learned from my own experience.
Here you’ll find a comprehensive list of reasons to modularize your Android application, as well as some additional info to keep in mind.
Modularization of Android projects, which is very popular technique nowadays, can easily lead to longer build times, bad architecture and wasted effort
Discussion of different package structures, which are crucially important, but often ignored part of your project’s architecture.