Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created February 1, 2016 02:31
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 antunesleo/0e344fcbfac8b0b85677 to your computer and use it in GitHub Desktop.
Save antunesleo/0e344fcbfac8b0b85677 to your computer and use it in GitHub Desktop.
Mensagem do tipo toast em Java/Android
//Longa duração
Toast.makeText(getApplicationContext(), “Não deixe nenhum campo em branco.”, Toast.LENGTH_LONG).show();
//Curta duração
Toast.makeText(getApplicationContext(), “Não deixe nenhum campo em branco.”, Toast.LENGTH_LONG).show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment