How to implement a viewpager inside of a fragment?

后端 未结 1 2006
既然无缘
既然无缘 2021-01-06 19:03

I have been looking and having a hard time finding a clear cut example? I am trying to understand how to create a viewpager within a fragment that is open as a drawer item f

相关标签:
1条回答
  • 2021-01-06 19:41

    I use this one hope it help you too : https://github.com/thecodepath/android_guides/wiki/ViewPager-with-FragmentPagerAdapter

    So you can use this one: https://github.com/astuetz/PagerSlidingTabStrip

    0 讨论(0)
提交回复
热议问题