The State of Android and Cross-Platform Development in 2025
This article continues my tradition of yearly reviews of the Android development ecosystem. So, let’s reflect on 2024 and discuss the trends we might expect in 2025.
This article continues my tradition of yearly reviews of the Android development ecosystem. So, let’s reflect on 2024 and discuss the trends we might expect in 2025.
Reactive programming, while powerful, brings complexity, a steep learning curve, and architectural lock-in, making it a poor choice for most use cases.
Review of a benchmark that compares the performance of SharedPreferences commit and apply write modes in Android applications.
Complete guide to implementing Bottom Bar Navigation in an Android app using Jetpack Compose and Compose Navigation frameworks
This article explains the role of Robolectric framework for Android and discusses its benefits and drawbacks.
A comprehensive framework and checklist for executing a refactoring of an Android application.
A comprehensive guide to setting up continuous integration for your Android app using the Bitrise platform.
Learn how to use ADB for simulating Firebase Cloud Messaging (FCM) pushes, streamlining your development process.
My summary of the fundamental and accidental challenges that make Android development so damn difficult.
Summary of my first experience with Jetpack Compose, and analysis of Compose’s benefits and drawbacks compared to Views.