I trying to set the title for my viewpager, I can\'t seem to get it to work. I tried Resources.getSystem().getString(R.string.title1); and also tried to pass a context. Coul
If it is not allowed to call getResources() in your viewPager Adapter, you need to declare it as a static variable in the parent activity