Can I use view pager with views (not with fragments)

前端 未结 7 1974
情深已故
情深已故 2020-11-28 01:39

I am using ViewPager for swiping between Fragments, but can I use ViewPager to swipe between Views simple XML layout?

7条回答
  •  一生所求
    2020-11-28 02:15

    yes...you can use View instead of Fragment in viewpager. Here you can Find Whole example that will help you to achieve Viewpager without Fragment. Go through this documentation.

    https://www.bignerdranch.com/blog/viewpager-without-fragments/

提交回复
热议问题