I have used following code for download some files from our internet.
public class SplashDownload extends Activity { public static final int PROGRESS_DIALOG
Does your progress dialog actually show up? Instead of dismissing it you could try using removeDialog(PROGRESS_DIALOG); to have it cleaned up.
removeDialog(PROGRESS_DIALOG);