Showing 20 of 1278 articles (Page 1 of 64)
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-...
Google introduces AppFunctions, an on-device framework that lets Android apps expose data and actions to AI agents like Gemini, plus a UI automation framework for zero-code agentic integration launching on Gala...
Flutter team shares their 2026 roadmap focusing on completing Impeller renderer migration on Android, making WebAssembly the default for web, introducing GenUI SDK for agentic UIs, full-stack Dart with Cloud Fu...
Antoine van der Lee (@twannl) shares a practical workflow for iOS developers: run Xcode Instruments, deep copy the time profiler output, and paste it into an AI agent with a performance analysis prompt to get S...
Sentry Engineering ran 1,350 trials across three LLMs to evaluate whether MCP servers are necessary for AI-driven iOS development, finding that while all approaches hit 99%+ success, a simple AGENTS.md file is ...
A step-by-step guide to setting up a React Native monorepo using Yarn Workspaces for sharing code across mobile and web platforms. The article covers project structure, Metro and CocoaPods configuration, Androi...
Trivago shares how a small Appium learning project evolved into their primary mobile test framework, covering the migration from Appium 1 to Appium 2/3 with a plugin-based architecture.
Android 17 introduces DeliQueue, a lock-free MessageQueue implementation that improves UI thread responsiveness and reduces dropped frames for apps targeting SDK 37+.
Callstack has open-sourced agent-device, a lightweight CLI tool that enables AI coding agents like Claude Code and Codex to automate interactions with iOS and Android apps. The tool provides lifecycle managemen...
A curated roundup of the latest Kotlin ecosystem news, including the full KotlinConf 2026 schedule, the release of Kotlin 2.3 with faster Kotlin Multiplatform builds and smaller binaries, and Compose Hot Reload...
The complete timeline of Airbnb's React Native experiment — from adoption in 2016, through the famous sunsetting in 2018, to their current native + server-driven UI stack.
Best practices for preparing Android apps to support resizable windows and adaptive layouts.
Announcement of the first beta release of Android 17 for developers.
Release notes and improvements for React Native version 0.84.
Latest features and improvements in Flutter framework for mobile app development.
Details how Grindr automated memory leak debugging to reduce diagnosis time from hours to minutes using AI techniques.
Callstack introduces the React Native AI SDK for on-device inference, covering offline AI, privacy by design, and integration with Apple Foundation Models and MLC-LLM engines.
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...