Reputation: 142
Upvotes: 1
Views: 126
Reputation: 6281
You can send a broadcast when you hit the back button in Fragment B to Fragment A with the parameters you need put in the bundle, and have broadcast receiver on the Fragment A.
Hope this helps!
Upvotes: 1
Reputation: 162
Your activity can implement a custom listener interface on the Activity and use a reference to it in your fragment to pass the communication back.
Upvotes: 1