
How I Think About Performance Bottlenecks in Android
6 min read
A systematic approach to finding and fixing performance bottlenecks in Android apps - from identifying symptoms to measuring impact.
6 posts

6 min read
A systematic approach to finding and fixing performance bottlenecks in Android apps - from identifying symptoms to measuring impact.

6 min read
Performance optimization in Android is about knowing what to measure and when to act. Here's my practical approach.
5 min read
How I manage growing complexity in Android apps without falling into the trap of building abstractions nobody asked for.

5 min read
A practical guide to managing state in Jetpack Compose - what I use, what I avoid, and why simplicity wins.

4 min read
Practical architecture patterns for Jetpack Compose that work in real production apps - not just sample projects.

4 min read
Code that works today but can't be changed tomorrow is tech debt waiting to happen. Here are the principles I follow to write Android code that lasts.