Skip to content

Instantly share code, notes, and snippets.

@huan-nguyen
Created June 18, 2020 13:55
Show Gist options
  • Select an option

  • Save huan-nguyen/e1c9447421e40b3e8356ef2be115bc38 to your computer and use it in GitHub Desktop.

Select an option

Save huan-nguyen/e1c9447421e40b3e8356ef2be115bc38 to your computer and use it in GitHub Desktop.
Add navhost to activity
<androidx.constraintlayout.widget.ConstraintLayout
...
tools:context=".MainActivity">
...
<fragment
android:id="@+id/nav_host_fragment"
android:name="androidx.navigation.fragment.NavHostFragment"
...
app:defaultNavHost="true"
app:navGraph="@navigation/nav_graph" />
</androidx.constraintlayout.widget.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment