Skip to content

app-z/NoArchitecture-Kotlin-Compose

Repository files navigation

NoArchitecture-Kotlin-Compose

NoArchitecture Kotlin Compose

                var selectedTabIndex by remember {
                    mutableIntStateOf(0)
                }


                LaunchedEffect(selectedTabIndex) {
                    pagerState.animateScrollToPage(selectedTabIndex)
                }

Article:

https://habr.com/ru/articles/763980/

About

NoArchitecture Kotlin Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages