Skip to content

Instantly share code, notes, and snippets.

@furkanaskin
Created August 19, 2019 10:11
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 furkanaskin/62f26a3bcb8c12eab1171e5bb7e37807 to your computer and use it in GitHub Desktop.
Save furkanaskin/62f26a3bcb8c12eab1171e5bb7e37807 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
app:startDestination="@id/fragmentHome">
<fragment
android:id="@+id/podcastFragment"
android:name="com.furkanaskin.app.podpocket.ui.podcast.PodcastFragment"
android:label="PodcastEpisodesFragment">
<argument
android:name="podcastID"
android:defaultValue="hello"
app:argType="string" />
<action
android:id="@+id/action_podcastFragment_self"
app:destination="@id/podcastFragment" />
</fragment>
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment