Skip to content

mende273/ViewPagerComposeExamples

Repository files navigation

ViewPagerComposeExamples

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.

Project Screenshots

Horizontal Pager Examples

Simple Example With buttons
With dots indicator with lines indicator
With Tabs with Scrollable Tabs

Vertical Pager Example

Simple Example

Built With

  • 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.