Skip to content

Instantly share code, notes, and snippets.

@amandaroos
Last active February 4, 2019 01:27
Show Gist options
  • Select an option

  • Save amandaroos/b21d91ce41fe9644bf16b84684d9ef2e to your computer and use it in GitHub Desktop.

Select an option

Save amandaroos/b21d91ce41fe9644bf16b84684d9ef2e to your computer and use it in GitHub Desktop.
Android toast
Toast toast = Toast.makeText(context, text, Toast.LENGTH_SHORT);
toast.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment