paul felix
Lurker
Can anyone say how to pass data from one fragment to another fragment using bundle?
I have a FormFragment which has an EditText (Name) and a Submit button.
When the button is clicked, I want to pass the Name to a TextView on the DetailsFragment.
I have a FormFragment which has an EditText (Name) and a Submit button.
When the button is clicked, I want to pass the Name to a TextView on the DetailsFragment.