Delivering Mobile apps

Notes from a
lead mobile
engineer.

I write about Kotlin, Jetpack Compose, Kotlin Multiplatform, and the occasional Flutter detour — plus what it actually takes to lead a mobile team without losing the plot. No marketing copy, just what worked (and what didn't).

@Composable
fun YoudroidCard(post: Post) {
ElevatedCard(
  shape = RoundedCornerShape(20.dp),
  // ship it, then write it up
) { PostContent(post) }
}
Recent posts

From the field

3 min read

Book Review: Cracking the Tech Career by Gayle Laakmann McDowell

Book Review: Cracking the Tech Career If you've prepped for a coding interview in the last decade, you've probably run into Gayle

Coding
Jul 26, 2026 Read →
3 min read

Designing an Offline-First Android App: A System Design Case Study

Offline-First Isn't a Feature — It's an Architecture "Add offline support" is one of the most commonly underestimated asks in

Coding
Jul 26, 2026 Read →
4 min read

Android System Design Interview Questions & Answers

Android System Design Interview: Questions & Answers Android system design interviews reward structured thinking more than a "correct" answer. The questions below are the

Coding
Jul 26, 2026 Read →
3 min read

System Design Fundamentals for Android Engineers

System Design Isn't Just a Backend Discipline "System design" usually conjures load balancers and database sharding. But a production Android app is

Coding
Jul 26, 2026 Read →
2 min read

Clean Architecture for Android: Structuring a Kotlin Codebase That Scales

Clean Architecture, Minus the Dogma "Clean Architecture" gets a bad reputation for producing 40 files to fetch a list of users. Used pragmatically, though,

Coding
Jul 26, 2026 Read →
5 min read

Migrating Android Navigation: XML to Navigation Compose, Then Navigation 2 to Navigation 3

Two Migrations, One Destination Android navigation has gone through three real eras: XML + Fragments, Navigation Compose ("Nav 2"), and now Navigation 3 — a ground-

Compose Coding
Jul 26, 2026 Read →
Youdroid
11+ yrs Mobile Developer
About the author

Hey, I'm the person behind Youdroid.

I lead a mobile engineering team by day and write here by night (well — mostly on weekends, coffee in hand). This blog is where I dump the stuff that doesn't fit in a Slack thread: Compose patterns I keep reaching for, what actually happened when we moved shared logic to Kotlin Multiplatform, and the messier parts of managing engineers instead of just being one.

No sponsored posts, no growth-hacking. Just notes from someone who's still writing Kotlin most days and occasionally still gets paged at 2am.

Kotlin Jetpack Compose KMP Team Leadership