• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Passing data from Fragment to Fragment

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.
 
Back
Top Bottom