“android”
Impeller Renderer Completes Its Android Journey: What It Means for Flutter Performance
Flutter's Impeller renderer has reached full completion on Android. Learn about the performance gains, Skia removal, and what's next for desktop.
Gemma 4 on Arm: SME2 and the Optimized On-Device AI Stack
How Arm SME2 instructions and KleidiAI accelerate Gemma 4 on-device AI. Learn about the hardware-software stack delivering 5.5x prefill speedups and enabling privacy-first edge experiences on Android.
Mobile Accessibility: Large Text, VoiceOver, and TalkBack
A code-centric guide to building accessible mobile UIs: semantic labels in Flutter, contentDescription on Android, accessibilityLabel on iOS, large text scaling, and 48dp touch targets.
Biometric Authentication in Your App
Integrate fingerprint and face unlock into your app with Android BiometricPrompt, iOS LocalAuthentication, and Flutter local_auth, with proper failure handling and fallback flows.
Mobile Performance Profiling: Fixing Jank for Good
Learn how to find and fix jank in your mobile app using Android Studio Profiler, Flutter DevTools, and a repeatable performance workflow.
Deep Linking and App Links in 2026
Learn how to implement deep links and Android App Links so users land in the right screen of your app, verified and secure.
Compose Multiplatform for Shared UI
Learn how to share a single Kotlin UI across Android, iOS, desktop, and web with Compose Multiplatform, JetBrains declarative UI framework.
Android Jetpack Compose Patterns
Idiomatic Jetpack Compose patterns in 2026 — state hoisting, unidirectional data flow, composable structure, and integrating ViewModel with the modern lifecycle.
Mobile App Security: Keys, Obfuscation, and Root Detection
Protect your mobile apps with proven security techniques including secure key storage, code obfuscation with ProGuard/R8, and root/jailbreak detection.
The Rise of Nano-3: Why Small Models are the New Standard for Mobile Intelligence
Gemini Nano v3 is the most capable on-device model Google has shipped. Learn why SLMs are the new mobile standard and how to build with AICore and ML Kit GenAI.