Simple examples demonstrating the use of the official ViewPager for Jetpack Compose. The project uses the Navigation Component for navigating between the examples. Currently the project contains 7 examples for Horizontal and Vertical ViewPager.
Simple Example | With buttons |
---|---|
With dots indicator | with lines indicator |
---|---|
With Tabs | with Scrollable Tabs |
---|---|
Simple Example |
---|
- Kotlin - First class and official programming language for Android development.
- Jetpack Compose - Android’s modern toolkit for building native UI.
- Navigation Compose - Navigation Compose is a framework for navigating between composables while taking advantage of the Navigation component’s infrastructure and features.
- Material Components for Android - Modular and customizable Material Design UI components for Android.