What problem does it solve?
This Skill helps you redesign an existing Jetpack Compose UI so it looks and works correctly across many Android device types and window sizes, including phones, tablets, foldables, desktops, TVs, Auto, and XR.
Core Features & Use Cases
- Adaptive UI verification: Add screenshot-based validation for key form factors so regressions are caught early.
- Adaptive navigation and multi-pane layouts: Migrate from fixed bottom navigation and single-pane navigation to Navigation 3 adaptive patterns using Material 3 adaptive layouts (NavigationSuiteScaffold) and multi-pane SceneStrategy (list-detail, supporting pane).
- Responsive content layout: Improve readability by adapting vertical lists into adaptive column grids and using adaptive Grid and FlexBox approaches for varying space and input methods.
Quick Start
Update your Compose screens by migrating to Navigation 3 and rebuilding navigation and layouts with Material 3 adaptive components, ensuring multi-pane behavior is implemented via Navigation 3 SceneStrategy.