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
My idea was to use a BaseActivity with a layout containing the search bar and a FrameLayout in which I would load the Fragment corresponding to the user navigation choice.
If you use separate activities, rather than trying to force everything into a single activity, you will not wind up with nested fragments.