I have 2 activities in my application:
1.Launch_activity which displays some details
2.Home_activity which contain several fragments say A1,A2,A3 listed as cards
My question is : How to return to a previous fragment. Example : If I'm in fragment A2, when I press back it should return to A1 and when I press back from A1, it should go to the Home_activity where all my fragments are shown as cards. Presently it is directly going to the Launch_activity when I press the back button. As I'm new here, could you please explain me how to solve this?