I\'m trying to make an application with multiple Tabs. For each tab I\'m using different fragments. And when I leaf through tabs the information in them is changing.
How
You can cache them all by setting the ViewPagerAdapter like this:
mViewPager.setOffscreenPageLimit(3);