
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. My practical approach to profiling, reducing jank, and shipping fast apps.
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 for production Android apps. What patterns I use, what I avoid, and why simplicity wins at scale.

4 min read
Practical architecture patterns for Jetpack Compose that work in real production Android apps at scale, covering state hoisting, navigation, and modularity.

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.