Skip to content

Instantly share code, notes, and snippets.

@josh-Muleshi
Created October 27, 2021 10:16
Show Gist options
  • Save josh-Muleshi/d7cb246dd7758d46fdb7a5614b7dd859 to your computer and use it in GitHub Desktop.
Save josh-Muleshi/d7cb246dd7758d46fdb7a5614b7dd859 to your computer and use it in GitHub Desktop.
1. navfun (applicable in Kotlin except Comment)
@androidx.compose.runtime.Composable
fun Navigation($PARAM$: $TYPE$) {
NavHost(navController = $TYPE$, startDestination = "$ROOT$"){
composable("$ROOT$"){
$CODE$
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment