Showing 20 of 1284 articles (Page 4 of 65)
React Native's default JavaScript engine, Hermes, compiles JS to bytecode and applies dead code elimination automatically, making a separate minification step redundant. The article explains how Hermes delivers...
Explores Swift development capabilities and tooling for building Android applications.
talabat, MENA's leading on-demand delivery platform serving millions across 8 countries, shares how they migrated their legacy native iOS and Android apps to Flutter. Using an incremental add-to-app approach, t...
Release notes for Kotlin 2.3.0 with improvements relevant to mobile development and performance optimizations.
Callstack deep dives into profiling the MLC-LLM inference engine on Android, uncovering GPU-specific performance issues with OpenCL on Adreno and Mali chips.
Mercari details their Server-Driven UI architecture for marketing campaigns, enabling remote UI configuration with native performance while dramatically reducing development cycles.
Meta describes how they design secure-by-default mobile frameworks that wrap unsafe Android APIs like intent launching, and how they leverage generative AI (Llama) to automate the migration of large codebases t...
JioHotstar's iOS team shares their journey automating performance regression testing, exploring xctrace-based E2E profiling and XCTMetric performance tests for detecting hitches and memory leaks. They built a c...
Best practices for managing Storybook integration and switching between Storybook and production app environments.
Covers Android security best practices and malware prevention for mobile app development.
Guide on using Kotlin Notebooks to analyze performance benchmarks, relevant to mobile app performance measurement.
Release notes and improvements for React Native version 0.83.
Guide on developing applications for Android XR platform and AI glasses devices.
Article exploring the benefits and limitations of Kotlin Multiplatform for cross-platform mobile development.
Announces new features and improvements in Android Studio Otter 2 for mobile development.
Comprehensive playbook for resilient offline UX: local caching, sync, conflict handling
Flutter API caching patterns (headers + Dio caching) to improve latency/UX and reduce network usage.
Comprehensive strategy for transforming large legacy Android codebases to modern Jetpack Compose architecture.
How to integrate Swift Package Manager dependencies into React Native libraries using the spm_dependency helper, bridging CocoaPods and SPM ecosystems for iOS.