Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 974 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 974 Bytes

sample-navigation

This app was built following AndroidDevelopers Codelabs. The app demonstrates:

  • Android navigation library.
  • Definition of the path from one destination to another,
  • Use of the Navigation Graph to create an action that connects the destinations.
  • How to connect the drawer to the navigation controller.
  • How to link the navigation controller to the app bar with up button.
  • Controlling back button with navigation.
  • Conditional navigation.
  • Navigation using the options menu
  • Implicit intent, “share" menu and external activity.
  • Passing arguments between NavDirections with Safe Args Gradle plugin for type safety.

Preview

1

2

License

Copyright 2019 Google, Inc (all resources are from AndroidDevelopers Codelabs).