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
android:min
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.