Showing 20 of 1554 articles (Page 7 of 78)
Discord shares 98% of code across platforms with three iOS engineers. Shopify cut 1.8M lines of dead code. Here is every major app shipping React Native right now.
JetBrains brings Java-to-Kotlin code conversion to Visual Studio Code through the Kotlin language plugin, extending a feature previously exclusive to IntelliJ IDEA. Developers can now convert Java files or snip...
Nick Sloan from Studioworks processed millions in invoices with Swift on the server and saw fewer production bugs than in 20 years of web development. Here's what's happening in the Swift ecosystem this month.
Callstack just dropped a game-changer for React Native teams struggling with AI SDK performance. If you've ever wondered why your on-device LLM integration feels sluggish, this new profiler is about to give you...
Grab achieved 98% monthly active adoption of Cursor across their engineering org in just months. That's nearly 30 points higher than industry benchmarks for high-performing teams.
Tomasz J. Żelawski from Software Mansion reveals how React Native finally solved its biggest performance bottleneck. The secret? A multithreading engine that was hiding in plain sight.
Liam Du built and shipped Wellspoken—an AI-powered articulation coach—to both iOS and Android in one week. Zero Xcode. Zero Android Studio. Just Expo.
Kody Peterson from Foresight Sports reveals how his team rebuilt their mobile architecture with Flutter to handle interactive 3D visualization and real-time sports performance data. The technical decisions behi...
Google just solved one of mobile AI's biggest challenges: how do you customize foundation models for your app without breaking device constraints? Their answer might surprise you—it's not fine-tuning.
CSS clipping techniques are coming to React Native, and they're about to change how we think about UI masking and visual effects. Callstack just dropped a deep dive into making web-style clipping work natively.
Todoist's iOS app became nearly unusable for some users after migrating from Realm to GRDB. The culprit? A SQL query generating 128,136 intermediate rows from just 399 actual records.
Prateek Batra from Google reveals how JioHotstar transformed their streaming app for 400 million users. The secret? Treating tablets and foldables as first-class citizens, not just stretched phones.
Rahul Ravikumar reveals how Android's tooling has been quietly carrying the weight of Kotlin's type safety. Every null check, every parameter validation adds overhead that pure Kotlin apps don't actually need.
Antoine van der Lee shipped an AI-powered app in one month and hit a wall so hard he almost killed the project. His biggest mistake? Moving too fast.
Sanath Sajeeva Kumara from PickMe reveals a chilling truth: simply opening a project in Android Studio can steal your credentials before you click a single button. A 2026 incident proves your IDE might be your ...
Jaime Wren from Google's Flutter team argues that AI code generation has flipped the script: the bottleneck isn't writing code anymore, it's maintaining code integrity at AI speed.
Doug Gregor from the Swift Language Steering Group reveals how to transform clunky C library APIs into elegant Swift code without touching a single line of the original C headers.
Raditya Gumay from GoTo discovered his navigation UI was recomposing 60+ times per minute. The culprit? A single lambda inside a data class that looked completely innocent.
Antoine van der Lee went all-in on AI agents for iOS development and jokes that 'Arie and Ingrid (AI) are doing my work while we're having lunch.' After months of daily use, his workflow has changed more than i...
Callstack just dropped a comprehensive guide for building AI agent apps in React Native. If you're shipping AI features to mobile, this one's packed with real-world patterns.