import android.widget.TextView; /** * Simple progress dialog that shows indeterminate progress bar together with message and dialog title (optional).<br/...
the progress dialog is shown in the fragment that called the dialogFragment, not in the DialogFragment itself. What did I do wrong? android android-frag...