https://github.com/teocci/a-view-adapter-tabs
Android View Adapter Tabs is an Android app, which is a very simple and straight-forward implementation of swipe views with tabs using ViewPager2 and FragmentStateAdapter
https://github.com/teocci/a-view-adapter-tabs
android fragmentstateadapter tabs viewpager2
Last synced: 7 months ago
JSON representation
Android View Adapter Tabs is an Android app, which is a very simple and straight-forward implementation of swipe views with tabs using ViewPager2 and FragmentStateAdapter
- Host: GitHub
- URL: https://github.com/teocci/a-view-adapter-tabs
- Owner: teocci
- License: mit
- Created: 2022-03-17T08:35:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T08:36:40.000Z (over 3 years ago)
- Last Synced: 2025-01-13T03:44:30.126Z (9 months ago)
- Topics: android, fragmentstateadapter, tabs, viewpager2
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Android View Adapter Tabs
Android View Adapter Tabs is an Android app, which is a very simple and straight-forward implementation of swipe views with tabs using [ViewPager2][1] and [FragmentStateAdapter][2]
### Disclaimer
This repository contains a simple sample code intended to demonstrate the capabilities of [ViewPager2][1] and [FragmentStateAdapter][2]. It is not intended to be used as-is in applications as a library dependency, and will not be maintained as such. Bug fix contributions are welcome, but issues and feature requests will not be addressed.
### Pre-requisites
- Android SDK 31
- Android Support Repository
## LicenseThe code supplied here is covered under the MIT Open Source License.
[1]: https://developer.android.com/jetpack/androidx/releases/viewpager2#androidx-deps
[2]: https://developer.android.com/reference/androidx/viewpager2/adapter/FragmentStateAdapter