Replace ListFragment with Fragment inside ViewPager with Tabs
问题 I try to setup following navigation in my app: Actual condition: ViewPager + Tabs to swipe between lists: ListFragment A ListFragment B Desired condition: ViewPager + Tabs: ListFragment A onListItemSelected replace ListFragment A with DetailFragment A ListFragment B onListItemSelected replace ListFragment B with DetailFragment B The goal is to display the detail fragments inside the tab navigation. I can't replace the fragmentList by a detailFragment (the fragmentList has no custom layout and