Weekly Digest
Jun 23 - Jun 29, 2025
4 articles that week
Link Inlining Optimization for Android
Alex Dadukin from Just Eat Takeaway reveals how inline links in Android apps create a localization nightmare. Their team evaluated three common approaches and found them all fundamentally broken.
Why is expo-router so slow on Android (production)
Expo-router tab navigation taking 1+ second on Android production builds? You're not alone, and the culprit might surprise you.
Understanding and Improving SwiftUI Performance
Airbnb's SwiftUI features were re-rendering way more than they should. The culprit? SwiftUI's hidden diffing algorithm was working against them.
Agentic AI Integration in Android Studio with Gemini
Sandhya Mohan and Jose Alcérreca from Google just dropped Agent Mode for Gemini in Android Studio. This isn't another code completion tool—it's an AI that creates execution plans, makes multi-file changes, and iteratively solves complex problems.