Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 348 Bytes

File metadata and controls

12 lines (8 loc) · 348 Bytes

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