I use this method on my container Activity to show a BFrag
public void showBFrag() { // Start a new FragmentTransaction FragmentTransaction fragmentT
Check whether the frament is already added or not using the method fragment.isAdded() Do replace or add the fragment accordingly