Questions tagged [scrollabletabrow]

1 questions
-1
votes
0 answers

Android Jetpack Compose : HorizontalPager's pageContent called multiple times

I am trying to implement the following UI using ScrollableTabRow(), HorizontalPager(), and LazyColumn(), where LazyColumn will be available inside HorizontalPager as a pageContent. So now the problem is when I swipe between pages of HorizontalPager…