The Best Reads on Mobile App Performance
How top companies optimize their apps for the best customer experience.
Showing 20 of 980 articles (Page 1 of 49)
Release notes and improvements for React Native version 0.84.
Latest features and improvements in Flutter framework for mobile app development.
Continuation of building a type-safe metrics API in Swift for iOS performance monitoring and measurement.
Demonstrates building a type-safe metrics API in Swift for iOS performance monitoring and measurement.
Deeper dive into Spotify's mobile release tooling/process to catch issues before rollout; focuses on reliability & safe deploys at scale. Covers the Release Manager Dashboard (a Backstage plugin), backend optim...
Explores the most common pitfalls mobile teams encounter when implementing shift-left testing, from over-relying on UI tests to ignoring mobile-specific risks like process death and flaky networks. Argues that ...
Instacart's Caper team shares their four-phase strategy for migrating their smart cart Android app from Fragments and XML layouts to Jetpack Compose. AI coding assistants accelerated the refactoring by 5-7x, sa...
Introduction to improved onboarding and developer experience for Flutter and Dart mobile development.
Announces a profiling tool for analyzing and optimizing React Native app performance.
Grab achieved 98% monthly active adoption of Cursor among its engineers, with a 50% suggestion acceptance rate that surpasses the industry average of 30%. The article details how Grab integrated Cursor into its...
Covers methods for applying CSS-like clipping effects to React Native components for advanced UI rendering.
The hidden cost of LEFT JOINs in GRDB..Deep-dive into fixing iOS sluggishness.
Rahul Ravikumar explores how Kotlin's null-safety intrinsic checks create unnecessary runtime overhead on Android. The article explains how R8 in Android Gradle Plugin 9.0 optimizes these checks by replacing ve...
Outlines development best practices and architectural patterns for integrating AI agents in React Native apps.
A hands-on comparison of building the same bill-splitting app (WeSplit) in SwiftUI (75 lines), Flutter (238 lines), and Kotlin Multiplatform (281 lines), revealing real differences in code complexity, state man...
Mercari introduces NavEntryScope to improve scoping in Android Hilt, enhancing stability and modularization in navigation.
Explores advanced SwiftUI techniques using method swizzling for performance monitoring and optimization.
A comprehensive guide to improving App Performance for Mobile Apps
Platform Views + performance considerations (hybrid composition, frame lag) + testing guidance.
Advanced optimization techniques and best practices for using HashMap and Set in Kotlin for improved app performance.