Google Fahd Imtiaz Dec 19, 2025

Adaptive Design: Moving Beyond Mobile-Only Apps

Article Summary

Fahd Imtiaz from Google's Android team reveals a stark reality: tablet and foldable users spend 9-14x more on apps than phone-only users. The mobile-only era is officially over.

Android's ecosystem has exploded beyond phones to over 500 million active devices including foldables, tablets, XR, and Chromebooks. Google spent 2025 releasing tools to make adaptive design the default approach, with three major updates reshaping how developers build for multiple form factors.

Key Takeaways

Critical Insight

Google is standardizing adaptive design across Android with mandatory resizability, new window size classes for desktop-scale screens, and navigation tools built specifically for multi-pane layouts.

The article includes specific breakpoint values and implementation details that could save you weeks of refactoring work before Android 17 arrives.

About This Article

Problem

When developers moved UIs from single phone screens to multi-pane tablet layouts, their navigation graphs broke down. These graphs were built for one destination at a time, but now they had to handle multiple views showing simultaneously.

Solution

Google released Jetpack Navigation 3, which includes decoupled building blocks and the Scenes API. Developers can now display multiple panes at once without dealing with conflicting back stacks.

Impact

Developers can switch between compact and expanded views more easily while keeping full control over the back stack and state. This works across different device sizes and form factors.