-
As you can see in the code below the `root` NavGraph misses a few Annotations of the `auth` NavGraph. The `root` NavGraph only generates the Annotations of it's screens but doesn't take into considera…
-
```
navController.navigate(destination) {
popUpTo("summary_screen") { inclusive = true }
}
navigator.navigate(destination)
```
I am using above code to pop summary …
-
Hi
I was trying to use the library with the ViewModel with the screen. I usually inject the `ViewModel` into the screen via arguments as shown below.
SampleScreen
```kotlin
@Composable
@Desti…
-
I tried using the plugin with a multi module Android project, and D8 doesn't like the generation of classes.
For example:
I have module A and B, which are included in the `app` module. The app m…
mhaqs updated
2 years ago
-
Hello @raamcosta !
I want to use some experimental things in compose and they requires some annotations.
For example here i am using `ListItem` which is experminal currently:
```kotlin
@Experime…
ghost updated
2 years ago
-
Thanks for the great library.
Maybe it's possible already, but couldn't find something like that in docs.
Would be great to be able to inject specific DestinationsNavigator, not necessarily the one …
-
How would this library handle the use of a BottomBarNavGraph ?
I personally often use a bottom bar with its respective composable destinations and found that integrating nested navigation with a na…
-
First of all, let me say we really appreciate the effort put into this library. We really like how easy it is to do navigation with this library in Android Compose. Thank you very much. 👏👏👌
Neverth…
-
What is the minimal and cleanest way to make the following navigation between three screens working:
```
@OptIn(ExperimentalAnimationApi::class)
@Composable
fun Scaffold() {
Column(modifier…
-
for viewmodels that are bound to navgraphs instead of activities or fragments, how do we create the savedstateRegistryOwner?
as below
```
@Binds
abstract SavedStateRegistryOwner bindSavedSta…