/Compose-pager

Jetpack Compose - Usage of HorizontalTabs, HorizontalPager,TabRow

Primary LanguageKotlin

Project Summary

This project demonstrates the usage of HorizontalTabs, HorizontalPager, and TabRow in Jetpack Compose, an Android UI toolkit.

  • HorizontalTabs - A composable function that creates a horizontal tab layout.
  • HorizontalPager - A composable function that creates a horizontally swipeable pager.
  • TabRow - A composable function that creates a horizontal row of tabs.