An open API service indexing awesome lists of open source software.

https://github.com/nameisjayant/android-kotlin-viewpager2-example

Create swipe views with tabs using ViewPager. Swipe views allow you to navigate between sibling screens, such as tabs, with a horizontal finger gesture, or swipe. This navigation pattern is also referred to as horizontal paging. This topic teaches you how to create swipe views for switching between tabs, along with how to show a title strip instead of tabs.
https://github.com/nameisjayant/android-kotlin-viewpager2-example

koltin swiper viewpager2

Last synced: 7 months ago
JSON representation

Create swipe views with tabs using ViewPager. Swipe views allow you to navigate between sibling screens, such as tabs, with a horizontal finger gesture, or swipe. This navigation pattern is also referred to as horizontal paging. This topic teaches you how to create swipe views for switching between tabs, along with how to show a title strip instead of tabs.

Awesome Lists containing this project

README

          

# Android-Kotlin-ViewPager2-Example
Create swipe views with tabs using ViewPager

Swipe views allow you to navigate between sibling screens, such as tabs, with a horizontal finger gesture, or swipe. This navigation pattern is also referred to as horizontal paging. This topic teaches you how to create swipe views for switching between tabs, along with how to show a title strip instead of tabs.