What problem does it solve?
This Skill helps Android developers adopt Jetpack Navigation 3 by providing guidance for migration, implementation patterns, and advanced navigation architecture challenges.
Core Features & Use Cases
- Navigation 3 Migration Guidance: Supports moving Android Compose applications from Navigation 2 to Navigation 3 with dependency updates, route changes, state management, and UI architecture changes.
- Advanced Navigation Patterns: Covers deep links, multiple back stacks, conditional navigation, dialogs, bottom sheets, adaptive layouts, list-detail interfaces, and result passing.
- Architecture Integration: Provides examples for integrating navigation with Kotlin, ViewModel, Hilt, and Compose-based applications.
- Use Case: An Android developer migrating a production Compose app can use this Skill to plan the migration, replace NavController flows with Navigation 3 state management, and implement modern navigation patterns.
Quick Start
Use the navigation-3 skill to migrate my Android Compose app from Jetpack Navigation 2 to Navigation 3 following the migration guide.