Skip to content

Instantly share code, notes, and snippets.

@jkyeo
Created May 10, 2014 07:08
Show Gist options
  • Save jkyeo/fcf78b90d182f1bef55f to your computer and use it in GitHub Desktop.
Save jkyeo/fcf78b90d182f1bef55f to your computer and use it in GitHub Desktop.
Android Tost Show
Toast.makeText(getApplicationContext(), "TEXT@HERE",Toast.LENGTH_SHORT).show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment