I use this method on my container Activity to show a BFrag
public void showBFrag() { // Start a new FragmentTransaction FragmentTransaction fragmentT
try this after fragmentTransection.replace()
fragmentTransection.addToBackStack(null); fragmentTransection.commitAllowingStateLoss();