Skip to content

Instantly share code, notes, and snippets.

@sidward35
Created July 18, 2017 10:23
Show Gist options
  • Save sidward35/5be4ef5767960bb52346987d5c59954f to your computer and use it in GitHub Desktop.
Save sidward35/5be4ef5767960bb52346987d5c59954f to your computer and use it in GitHub Desktop.
Android make Toast message
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