I have only one activity and multiple fragments in my application.
activity
fragments
Two main fragment A(left) and B(right).
You can handle it by adding tag in the backStack. Check my answer here :
backStack
https://stackoverflow.com/a/19477957/1572408
hope it helps