<How to make Dynamic ScrollableTabRow in Jetpack c...
# stackoverflow
r
How to make Dynamic ScrollableTabRow in Jetpack compose I have to create dynamic ScrollableTabRow where i will intially have 3 tab but i can add multiple tab at the runtime also all the newly add tab will have close Icon to remove the tab. and also each new Screen will have seperate BottomNavigation(each screen will have 6 to 7 bottom Navitems scrollable). how can i make this efficiently i am facing one issue it opening the same instance on adding the Tab. @Composable fun HomeScreenWithScrollableTabRow( modifier: Modifier= Modifier,...