Skip to content

Instantly share code, notes, and snippets.

@furkanaskin
Last active August 19, 2019 10:17
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/0b1feb31d6b95f6613488264d9472cf3 to your computer and use it in GitHub Desktop.
Save furkanaskin/0b1feb31d6b95f6613488264d9472cf3 to your computer and use it in GitHub Desktop.
val adapter = BestPodcastsAdapter { item ->
val podcastId = item.id
val action = HomeFragmentDirections.actionHomeFragmentToPodcastFragment().setPodcastID(podcastId ?: "")
findNavController().navigate(action)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment