I have a textview inside ViewPager. I am using PagerAdapter to show the data. When I try to change the textview font size, it does not get updated because probably viewpager caches the recent views and reuses them again. So when I navigate to further pages, I can see the changes. How can I make the current page show the changes. Is there any way to destroy the cached views and draw the new page again?
I have a textview inside ViewPager . I am using PagerAdapter to show the
Share
Got it to work by using