Skip to content

pastoral/Navigation-and-Fragment

Repository files navigation

Navigation-and-Fragment

Android Jetpack Navigation and Fragment example Navigation is the new way for developers to navigate their application. Navigation component is a suite of libraries, tooling and guidance for in-app navigation. Android Jetpack's Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer. In this tutorial I will show you how to use Navigation, NavHostFragment and NavGraph. In this tutorial I have covered -

  1. Creating a project with Kotlin and androidX
  2. Navigation Component dependencies
  3. Creating a navigation graph
  4. NavHostFragment (Navigaton Host Fragment)
  5. Adding fragments to the navigation graph
  6. NavController and navigating between fragments using kotlin
  7. Working with Fragments with kotlin
  8. Add and make transition of fragments

About

Android Jetpack Navigation and Fragment example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages