Skip to content

Instantly share code, notes, and snippets.

@zurche
Created July 10, 2023 09:57
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 zurche/f5437877d94a0ef3caad3ddfca7a240c to your computer and use it in GitHub Desktop.
Save zurche/f5437877d94a0ef3caad3ddfca7a240c to your computer and use it in GitHub Desktop.
Nav Graph Composable
composable(route = MOVIE_LIST) {
MoviesListScreen(
onMovieDetails = { navController.navigate("$MOVIE_DETAIL/$it") },
movies = movies
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment