Created
January 30, 2015 15:57
-
-
Save jlouisperez/d8ad2685cb00d122aaa4 to your computer and use it in GitHub Desktop.
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
| private void showMessage(String msg) { | |
| Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_SHORT).show(); | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Helper method to show simple toast messages