android-jetpack-compose-navigation Questions
3
Solved
I am working on a project that utilizes Jetpack Compose Navigation with Type-Safe Navigation. Within my application, I have an composable function responsible for hosting the navigation graph. Here...
Anabolite asked 16/5, 2024 at 12:22
3
Solved
I want to use share same viewmodel instance in koin in jetpack compose navigation. I know there is a function in koinViewModel() to get instance of viewModel. I recently saw a Koin Documentation ha...
Staggers asked 9/2, 2024 at 17:27
2
Solved
I have a composable function declared like this:
fun ScreenA(
nav: NavController,
type: SomeTypeObject,
) {
val vm = getViewModel<SomeTypeObjectViewModel>()
val state = rememberScaffoldSt...
Damron asked 5/8, 2022 at 16:7
1
© 2022 - 2025 — McMap. All rights reserved.