Demo Navigation App

Simple app to demonstrate Compose screen navigation

  • Demo App with 5 screen.
  • Use of TopAppBar with scaffold
    • Displayed Up Button in topBar(Works the same as the back Button)
    • Display Current Screen Name on top bar
  • Use Enum for screen destinations and screen names

ref: demo-navigation-app-android-kotlin-compose