FragmentPagerAdapter
and FragmentStatePagerAdapter from the
Android Jetpack.See: Description
| Class | Description |
|---|---|
| FragmentPagerAdapter |
A
PagerAdapter implementation that represents each page as a Fragment that is
persistently kept in the fragment manager as long as a user can return to the page. |
| FragmentStatePagerAdapter |
A
PagerAdapter implementation that represents each page as a Fragment. |
| PagerAdaptersLogging |
Utility class used by the Pager Adapters library for logging purpose.
|
FragmentPagerAdapter
and FragmentStatePagerAdapter from the
Android Jetpack.