I have an activity with few fragments, out of which one fragment has a button which can be used to make a phone call from the app. Every thing is fine till this part, but what if I want to return the user to the same fragment in the app, with the same state as before the phone call, is it possible? I did have a look at one discussion on the stackoverflow. Here is the link
Link to answer for slightly similar question
It seems fine if I am making a call from activity and then return to that activity, but what can be done in case of fragments?