問題タブ [bottomnavigationview]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
1915 参照

android - TabLayout を BottomNavigationView と組み合わせる - support.design ライブラリ

Android support.design ライブラリ 25 に従って、両方を組み合わせて使用​​できるようにします。BottomNavigationView を使用した TabLayout

その前に、.XML デザインの FrameLayout で BottomNavigationView を使用して、transactionManager でフラグメントをロードしました。TabsLayout のページは、ViewPager を介してロードする必要があります。

私の質問: BottomNavigationView と TabsLayout を一緒に使用する場合、ViewPager で両方のページをロードする必要がありますか?

アドバイスをありがとう