Android: Viewpager and FragmentStatePageAdapter

后端 未结 5 1183
春和景丽
春和景丽 2021-02-04 15:05

I\'m designing an app that allows users to flip between multiple pages in a ViewPager. I\'ve been struggling trying to figure out how it is possible to remove a Fragment instan

5条回答
  •  生来不讨喜
    2021-02-04 15:44

    I also ran into this problem when I was using PagerSlidingTabStrip and using and instance of FragmentPagerAdapter, switching to FragmentStatePagerAdapter definitely worked.

    Then I use onSaveInstanceState() to save sate

提交回复
热议问题