-
![Screenshot_1565169686](https://user-images.githubusercontent.com/2284279/62612124-24833900-b907-11e9-9a7d-57fbcffa72aa.png)
`build.gradle`
```groovy
dependencies {
classpath 'android.arch.…
-
-
Jetpack has introduced a Navigation component:
https://developer.android.com/guide/navigation/navigation-getting-started
This ticket is to ensure that `FlutterFragment` can work with the Navigatio…
-
This is a aw project, what I want to know is why a nested graph is generated for `homeNavGraph` in `RootNavGraph`, which makes the nested homeNavGraph have to use a new `rememberNavController`, which …
-
-
I got java.lang.ClassCastException when try to navigate to other screen inside DestinationNavHost. My project is multi module and I disable generateNavGraphs in all modules.
```kotlin
ksp {
a…
-
I have a profile module with a few destinations. Inside that module i create
`@NavGraph
internal annotation class ProfileGraph` then in app module i create a
`@NavGraph
internal annotation cla…
-
Hi everyone! Thanks for great examples. I'm just wondering what method you recommend to inject dynamic parameters into ViewModel using Dagger 2? Currently in the **GithubBrowserSample** such parameter…
-
im getting
Caused by: android.view.InflateException: Binary XML file line #25 in com.androiddevs.mvvmnewsapp:layout/activity_news: Binary XML file line #25 in com.androiddevs.mvvmnewsapp:layout/act…
-
I have created an AuthGraph (start = true)
AuthGraph contains two screen
Login & Register
Iam using an Android splashscreen api
On Main activity
I will check if the user is validated or not until I…