so I'm considering making a UI that consists of a list with expandable sections. I've read that the ExpandableList design is being phased out, so as an alternative, I am thinking about using a ViewPager that can partially swipe. What I mean by partially swipe is that the UI will consist of 3 columns, each column expanding relevant items in the column to its immediate right. When an item is selected in the very right most column, all the fragments will shift to the left and a new column on the right will display the next level of relevant items. All the while, a PagerTitleStrip will give the title of right most column.
In my research, I didn't even really know what to search to find information, so if anyone has any idea how to go about this, it would be greatly appreciated!