Fragment in ViewPager using FragmentPagerAdapter is blank the second time it is viewed

I had the same issue. Changing the parent class of my PageAdapter from android.support.v4.app.FragmentPagerAdapter to android.support.v4.app.FragmentStatePagerAdapter solve my ViewPager display issue on “second time”!

Leave a Comment