带有导航架构组件的 ViewPager
ViewPager with Navigation architecture components
使用 viewpager 进行导航有什么用吗?我找不到有关此的信息,我不明白如何做到这一点。
我有一个简单的两个片段需要放入 viewpager 中,如果可能的话通过导航。
根据this issue:
Navigation focuses on elements that affect the back stack and tabs do not affect the back stack - you should continue to manage tabs with a ViewPager and TabLayout
使用 viewpager 进行导航有什么用吗?我找不到有关此的信息,我不明白如何做到这一点。
我有一个简单的两个片段需要放入 viewpager 中,如果可能的话通过导航。
根据this issue:
Navigation focuses on elements that affect the back stack and tabs do not affect the back stack - you should continue to manage tabs with a ViewPager and TabLayout