Dialogs in Android: Practical Guide
Summary of my own approach to implementation of dialogs in Android applications and discussion of some advanced concepts related to dialogs management
Summary of my own approach to implementation of dialogs in Android applications and discussion of some advanced concepts related to dialogs management
Diagrams that show various approaches to architect Android applications. From the dirtiest God Activity to a clean and maintainable state.
My personal list of technical decisions which are important to get right when you start a new Android project and their associated trade-offs
Demonstration of FragmentFactory API and a discussion of its impact on dependency injection in modularized Android application
This article demonstrates several approaches to integrate ViewModel with Dagger and discusses their respective benefits and drawbacks.
Summary of my thorough research concerning usage of client-generated unique identifiers vs. server-generated ones in web applications.
Netflix demonstrated the architecture they’re using in their Android application and I decided to write a detailed review of their approach.
In-depth discussion of several strategies that you can use to implement dependency injection in modularized Android applications
I’ll try to convince you that you absolutely need dependency injection in your software project by debunking several very common myths about it.
Discussion of ThreadPoster, which is my open source library for explicit and unit-testable multithreading in Android.