I have one activity - MainActivity. Within this activity I have two fragments, both of which I created declaratively within the xml.
MainActivity
I am trying to pas
Learn " setTargetFragment() "
Where " startActivityForResult() " establishes a relationship between 2 activities, " setTargetFragment() " defines the caller/called relationship between 2 fragments.