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.
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
Modularization of Android projects, which is very popular technique nowadays, can easily lead to longer build times, bad architecture and wasted effort
This article describes several strategies for returning data to previous screens in Android applications using either Activities or Fragments
In this tutorial I demonstrate how to structure navigation logic inside Android applications and share my opinion about Navigation Architecture Component
List of skills that I expect professional Android developers to possess at different experience levels
My summary of the current state of native Android development, as well as some predictions about future ecosystem’s evolution
The notorious AsyncTask is deprecated starting with Android 11, so, in this article, I explain the reasons behind this decision.