Skip to content

Instantly share code, notes, and snippets.

@smaugho
Created April 29, 2017 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smaugho/70c066de08f8968dbb99553f24a7c6ef to your computer and use it in GitHub Desktop.
Save smaugho/70c066de08f8968dbb99553f24a7c6ef to your computer and use it in GitHub Desktop.
ProgressDialog Example
Dialog dialog = $ProgressDialog().message("Loading…").dialog();
//Execute time consuming actions
dialog.dismiss();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment