I can\'t update the content in ViewPager.
What is the correct usage of methods instantiateItem() and getItem() in FragmentPagerAdapter class?
I was using onl
Try destroyDrawingCache() on ViewPager after notifyDataSetChanged() in your code.
destroyDrawingCache()
notifyDataSetChanged()