Skip to content

Instantly share code, notes, and snippets.

@fayaz07
Last active September 13, 2019 20:29
Show Gist options
  • Save fayaz07/75e4e80a297da247a018537b472d272d to your computer and use it in GitHub Desktop.
Save fayaz07/75e4e80a297da247a018537b472d272d to your computer and use it in GitHub Desktop.
//Default
pr = new ProgressDialog(context);
//For normal dialog
pr = new ProgressDialog(context,type: ProgressDialogType.Normal, isDismissible: true/false, showLogs: true/false);
//For showing progress percentage
pr = new ProgressDialog(context,type: ProgressDialogType.Download, isDismissible: true/false, showLogs: true/false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment