Created
February 1, 2016 02:31
-
-
Save antunesleo/0e344fcbfac8b0b85677 to your computer and use it in GitHub Desktop.
Mensagem do tipo toast em Java/Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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