I'm coding a navigation drawer on an Android app. Every time I push my first fragment I go to my Activity 1, and when I push the back button I return to my First Fragment which is my Default Fragment, so that is OK. But when I go to my Second Fragment I go to a new Activity (Activity2) but when I press the back button I return to my first fragment (like in the First Activity) BUT I want to return to my SECOND FRAGMENT.
Any help? Here is an image how I want it to works