Showing 20 of 1328 articles (Page 1 of 67)
Mayuri Khinvasara Khabya reveals how Meta eliminated video loading delays for billions of users. The secret? A complete rethinking of how Android apps prepare content before you even tap play.
Mike Grabowski and the Callstack team just dropped React Native Evals—an open-source benchmark that turns AI coding model debates from anecdotal opinions into reproducible evidence.
TelemetryDeck is processing analytics for 16 million users monthly using Swift on the server. The infrastructure costs and performance gains are making Python and Node developers take notice.
Google releases Android Bench, an official leaderboard benchmarking LLMs on real-world Android development tasks sourced from public GitHub repos. Gemini 3.1 Pro leads with Claude Opus 4.6 close behind, with mo...
Explores Server-Driven UI (SDUI) architecture for Jetpack Compose — decoupling UI layouts from app releases by describing screens as JSON rendered natively. Covers the Kotlin DSL-to-JSON-to-Compose pipeline, na...
Indeed just open-sourced their solution to a problem every web-first company faces: how do you measure mobile app performance with the same rigor you had on the web?
Mahmut Yuce from Getir destroys the myth that declarative UI means no memory leaks. Compose apps leak differently, and these patterns are sneakier than the old View system bugs.
Google engineers and Developer Experts share six practical tips for getting the most out of Gemini in Android Studio, covering the new Project Assistant, Agent Mode, documentation-grounded prompting, Agents.md ...
Taha Selim Aksakal from Teknasyon Engineering tracked down a memory leak that silently grew RAM usage from 160MB to critical levels over 12 hours—with zero traffic. The culprit? An unexpected...
Tolan's engineering team shares how they integrated Claude AI agents into their iOS development workflow, standardizing 100k lines of Swift code and scaling to 55% AI-authored commits while improving crash-free...
Artur Morys-Magiera and Hur Ali from Callstack just dropped React Native Brownfield v3, and it changes everything about integrating React Native into existing native apps. One line of config, and...
Expo Router v55 introduces a new declarative Stack API, native tabs with Material Design 3 support, iOS toolbars with liquid glass effects, zoom transitions, dynamic platform colors, and experimental SSR with d...
Demonstrates how to use Model Context Protocol (MCP) to connect AI agents with product analytics data, enabling data-driven feature prioritization and optimization decisions.
Wealthfront's iOS team eliminated merge conflicts entirely and cut build times by breaking their 10-year-old monolith into modules. Here's how XcodeGen made it possible.
Crash rate, app start time, page load time, scroll performance, and app size — the industry benchmarks that matter, what happens when you miss them, and how to fix them with offensive and defensive strategies.
Shorebird compares React Native and Flutter for enterprise mobile development, covering rendering architecture (Impeller vs Fabric), OTA deployment costs, supply chain security, brownfield integration, and 5-ye...
A step-by-step tutorial on building an AI shopping assistant using Flutter's GenUI SDK. The article walks through defining widget catalogs, connecting to an LLM via Firebase AI, and wiring GenUI conversations t...
Wiktor Gut from Software Mansion just migrated Expensify to expo-video, and the architectural shift is bigger than you think. Expo SDK 55 officially removes expo-av, forcing every React Native team...
A list of the largest Flutter apps shipping in 2026, from banks with 80+ million users to BMW, Alibaba, and Toyota.
Revyl introduces a CLI tool that gives Claude Code vision-based mobile app testing capabilities. The tool interacts with apps like a human — no scripts, selectors, or element IDs needed — enabling a full write-...
Explore Topics