Refresh images on FragmentStatePagerAdapter on resuming activity

前端 未结 4 1205
离开以前
离开以前 2020-12-09 16:47

I have created an activity that uses FragmentStatePagerAdapter to provide small gallery. However, I can\'t get it to refresh when activity resumes (after coming

4条回答
  •  独厮守ぢ
    2020-12-09 17:48

    Instead of returning POSITION_NONE and creating all fragments again, you can do as I suggested here: Update ViewPager dynamically?

提交回复
热议问题