Jetpack Navigation: Getting Started

Aug 10 2021 · Kotlin 1.4, Android 11, Android Studio 4.2.1

Part 2: Create Destinations & Navigate via Actions

06. Add Destinations & Navigate via Action

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 05. Add Start Destination & NavHost Interface Next episode: 07. Pass Data Between Destinations

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

You will add LoginFragment as and SignUpFragment as new Destionations in this episode. Open navigation graph in starter project. Click New Destination icon. Select LoginFragment. A

v ->
  v.findNavController().navigate(R.id.actionLogin)