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
- Android 16 forces apps to support all orientations on 600dp+ displays
- WindowManager 1.5.0 adds Large and Extra-large breakpoints for desktop-scale interfaces
- Jetpack Navigation 3 enables multi-pane layouts without conflicting back stacks
- Android 17 will mandate adaptive behavior with no opt-out available
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.
About This Article
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.
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.
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.