标签: android android-fragments bottomnavigationview
我在我的应用中使用BottomnavigationView。但每次我浏览它时,fragments get recreated。我发现在ViewPager的情况下,我们可以使用setOffscreenPageLimit()来重复使用片段。
BottomnavigationView
fragments get recreated
ViewPager
setOffscreenPageLimit()
如何在BottomNavigationView的情况下实现相同的目标?