http://stackoverflow.com/questions/10849552/update-viewpager-dynamically if you want to switch out the actual fragments that are being displayed, you need to avoid FragmentPagerAdapter and use FragmentStatePagerAdapter. ViewPager pager = /* get my Vi…