julioromano
02/18/2021, 6:37 PMnavigation-compose
?
Previously I was using NavDeepLinkBuilder
but I can’t seem to get it work with compose.Ian Lake
02/18/2021, 7:00 PMIntent(Intent.ACTION_VIEW, "<example://myapp/deeplink/$id>".toUri())
) that matches a deep link you add to your destinationjulioromano
02/18/2021, 7:16 PMroute
string i set in:
composable(route = "myRoute/{myArgument}") {
// Composable...
}
?Ian Lake
02/18/2021, 7:23 PMdeepLinks
argument on `composable`: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:navigati[…]a/androidx/navigation/compose/demos/NavByDeepLinkDemo.kt;l=55