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

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

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]

## Sponsors


### 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
## License

The 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