Skip to content

Instantly share code, notes, and snippets.

@thoretton-edwin
Created February 18, 2014 07:08
Show Gist options
  • Save thoretton-edwin/9065962 to your computer and use it in GitHub Desktop.
Save thoretton-edwin/9065962 to your computer and use it in GitHub Desktop.
Android progress dialog
wait = new ProgressDialog(this);
wait.show(this, « titre", " message ");
wait.dismiss();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment