I\'m trying to make a Fragment to show a Dialog using DialogFragment API.
Fragment
Dialog
My dialog only has an EditText view and I want to pa
EditText
You can use the setTargetFragment and getTargetFragment methods of Fragment. You can set your Fragment as the target of the DialogFragment and then retrieve a reference to it from within the DialogFragment.
DialogFragment