Created
July 18, 2017 10:23
-
-
Save sidward35/5be4ef5767960bb52346987d5c59954f to your computer and use it in GitHub Desktop.
Android make Toast message
This file contains 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
Toast.makeText(getApplicationContext(), "Image downloaded!", Toast.LENGTH_SHORT).show(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment