Friday 30 August 2013

How can fragment pass data to calling fragment

How can fragment pass data to calling fragment

I have an activity with two fragments say F1 and F2. On clicking the list
view of F2 , a new fragment is called say F3 (Its single activity multi
fragments design). I have back button on right side of dual pane layout.
On hitting this button i need to pass data from fragment F3 to F2, so that
F2 views are updated based on data received(something like
onActivityForResult for activity to activity interaction). How can i
achieve this?

No comments:

Post a Comment