/Simple-Navigation-Component-Example

An example app for learning navigation components on Android

Primary LanguageKotlin

Navigation App

A Sample Navigation Component App.

For tutorial about navigation component CLICK HERE.

Navigation Component is a helper component for managing transitions & navigations in android app. And by SafeArgs Plugin we pass our data with Type-Safety. Google strongly recommend using SafeArgs. Because it ensure type-safety.

Navigation Graph

Features

  • TRANSITION BEETWEEN SCREENS
Simple Screen Transition Screen Transition With Animaiton
Navigation Graph Navigation Graph
  • PREVENT BACKTRACKING
Simple Screen Transition Screen Transition With Animaiton
Navigation Graph Navigation Graph
  • PASSING DATA

    Navigation Graph

ScreenShots

Login Screen SignUp Screen
Navigation Graph Navigation Graph
HomeScreen
Navigation Graph

Used Technologies