I am learning to use ViewPager and PagerTabStrip to implement navigation bar. I have implemented it, my problem is: every time I open the app fresh, the titles don\'t show,
I also recently started to have this problem, and after a little bit of testing I think I found a bug in Android's latest support package update.
The problem appears in to be in com.android.support:appcompat-v7:23.0.0.
Try changing the dependency back to com.android.support:appcompat-v7:22.2.1 (second latest update) and see if that works.
Unfortunately, I have yet to find any solution to get it to work with the latest support package update.