xiuyuan
Results
2
comments of
xiuyuan
A simple example I wrote, here is the code ```kotlin @OptIn(ExperimentalPagerApi::class) @Composable fun GuideScreen() { Column { val pagerState = rememberPagerState() HorizontalPager( count = 6, state = pagerState, modifier =...
I used this library [Pager Layout](https://google.github.io/accompanist/pager/#pager-layouts) @CuriousNikhil