ViewModel, Navigation, WorkManager, Paging, Hilt, DataStore, and more
Nested graphs group related screens into sub-graphs for organization, flow management, and shared ViewModels. This step-by-step guide covers the menta...
Deep links open specific screens from external URLs. App Links do it without the "Open with..." dialog. This step-by-step guide covers the mental mode...
Compose Navigation uses Kotlin instead of XML. This step-by-step guide builds from the mental model (stack of cards) through NavController, NavHost, r...
The Navigation Component replaces manual FragmentTransaction with a declarative graph, type-safe args, and managed back stack. This guide covers nav_g...