Thursday, 15 August 2013

Android - add date from one fragment to another running fragment

Android - add date from one fragment to another running fragment

I have 2 Fragments, A and B
A is already running and has edittexts and data filled out.
There is a button in A that opens fragment B
fragment B is a list of pictures
I need to select a picture from B and send it back to A where it is set as
an imageview.
how do I do this with out loosing all the data already filled out in A.

No comments:

Post a Comment