Hi, I need to update all the fragments of the viewpager. I do this through setAdapter(adapter); But after the update, PagerTitleStrip disappears. When you swipe to another page, the viewpager PagerTitleStrip restored.
How can this happen? Do I need to delete all the ViewPager pages before updating it through the setAdapter ?
Adapter, theonCreateViewfragment in which the adapter is located (how is the adapter created)? - Leo KAdapterconstructor - Leo K