Overview of Navigation 3 Recipes
mainThis repository provides implementation recipes for Jetpack Navigation 3, a library for Android app navigation. Each recipe demonstrates a specific, isolated concept or use case (e.g., Deep Links, Scenes, Animations, or ViewModel integration) to help developers implement common navigation patterns.
Note on Versions:
- Recipes on the
mainbranch use the latest version of Nav3 (which may be alpha or snapshot). - For stable versions, refer to the releases page.