Akin to the Android Activity backstack, the Fragment backstack is a task-like stack of Fragments (specified when adding a Fragment to a page with FragmentManager).
I have an Activity with three Fragments lets call them A, B and C. Fragment A is called in the …
android android-fragments fragment back-stack fragment-backstack