My program does some network activity in a background thread. Before starting, it pops up a progress dialog. The dialog is dismissed on the handler. This all works fine, exc
This is my proposed solution:
void showProgressDialog()
method can be added to the fragment-activity listener interface for this purpose.