I'm trying to make a single activity with a modular section of its screen that houses a variety of non-sequential fragments.
However, using ViewPager allows the user to scroll through all of these fragments at will. I'd like to set it up so that the fragments can only be seen and accessed if the user clicks a button in the fixed section of the activity, or in another one of the fragments. Is this possible?
What would be the best way to get this effect?