Skip to content

Instantly share code, notes, and snippets.

@luisinder
Created March 11, 2015 09:49
Show Gist options
  • Save luisinder/e1c3c216260c71eea53e to your computer and use it in GitHub Desktop.
Save luisinder/e1c3c216260c71eea53e to your computer and use it in GitHub Desktop.
Fast Toast in Android
Toast.makeText(getApplicationContext(),"Toast Text",Toast.LENGTH_LONG).show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment