I have an activity with 3 Fragments on a viewPager f1, f2, f3 displayed in 3 different tabs. What I would like achieve is below,
f3 visible -> user clicks on a button -> f2 has to be made visible
f2 visible -> user clicks on a button -> f1 has to be made visible
How can I achieve this?