Skip to content

Instantly share code, notes, and snippets.

@itsamirrezah
Created July 14, 2019 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsamirrezah/d0b86de860b7da8aaf1cda50383ef388 to your computer and use it in GitHub Desktop.
Save itsamirrezah/d0b86de860b7da8aaf1cda50383ef388 to your computer and use it in GitHub Desktop.
SimpleNavigationComponent
<fragment
android:id="@+id/nav_fragA"
android:name="edu.itsamirrezah.navigationcomponent.FragA"
android:label="fragment_frag_a"
tools:layout="@layout/fragment_frag_a">
<action
android:id="@+id/action_navigate_to_fragmentB"
app:destination="@id/nav_fragB">
</action>
</fragment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment