navigation-compose Questions
2
I just migrated to navigation compose version 2.7.3 and am trying to implement the new animations. My issue is the animations don't work on some of the screens and is always the default fade animat...
Heidy asked 25/9, 2023 at 2:5
4
I am using Navigation-Compose in my app :
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
ComposeTheme {
val navController = rememberNavCont...
Uptrend asked 14/2, 2022 at 7:5
1
I am trying to pass audio file location(/storage/emulated/0/Android/media/...) as string from first screenhome_screen to second screendetail_screen,
When I pass normally above string as a parameter...
Lydie asked 4/7, 2022 at 16:57
1
I've a composable called ParentScreen and a ViewModel named ParentViewModel. Inside the ParentViewModel, I am collecting a value from my repo.
class MyRepo @Inject constructor() {
fun getParentDat...
Granddad asked 30/11, 2021 at 19:3
1
© 2022 - 2024 — McMap. All rights reserved.