Here is my doubt:
I'm in fragment A and I need to open another fragment (B) to select some data and continue my execution. After select these data (In fragment B), how to close this fragment B and update and EditView text inside fragment A ?
After closing the fragment B, how to set an EditText text property inside fragment A? Even I set it on the "onCreateView" event, the text isn't updated.
If I try to set Button text (for instance), the text gets updated.