I have used following code for download some files from our internet.
public class SplashDownload extends Activity { public static final int PROGRESS_DIALOG
When you do the
mProgressDialog.show();
during
protected Dialog onCreateDialog(int id)
you already set the ID for the Dialog to some random or null value. So when you call to dismiss it, the Application thinks you are crazy.