What problem does it solve?
Edge-to-edge Jetpack Compose UIs can end up hidden behind the status bar, navigation bar, or the on-screen keyboard, making buttons, lists, and text input hard to use.
Core Features & Use Cases
- Adaptive edge-to-edge migration: Adds
enableEdgeToEdge and updates Activities so content can draw correctly into system bar areas.
- System bar + IME inset correctness: Ensures IME insets are handled without overlap, and that input fields remain visible while typing.
- Consistent component-safe layouts: Applies the right inset strategy for scaffolds, lists, FABs, dialogs, and system bar icon legibility.
Quick Start
Ask an AI to migrate your Jetpack Compose app to edge-to-edge by updating Activities to call enableEdgeToEdge, enabling adjustResize for keyboard scenarios, and wiring system bar/IME insets to the correct composable containers so content stays tappable and text fields remain visible.