Is there any alternative to nested Fragments?

后端 未结 5 1959
醉酒成梦
醉酒成梦 2021-01-12 17:42

I\'ve read around that nesting Fragments should be avoided (eg. here), but I can\'t see how to do the following:

I\'m working on a tab application (android:min

5条回答
  •  独厮守ぢ
    2021-01-12 18:11

    Can't you do tab bars in BaseActivity layout? Then in BaseActivity layout will be search bar, tab bar and fragment frame. If you don't want nav bar in some fragment you can set visibility View.GONE to nav bar.

提交回复
热议问题