Skip to content

Instantly share code, notes, and snippets.

@jlouisperez
Created January 30, 2015 15:57
Show Gist options
  • Select an option

  • Save jlouisperez/d8ad2685cb00d122aaa4 to your computer and use it in GitHub Desktop.

Select an option

Save jlouisperez/d8ad2685cb00d122aaa4 to your computer and use it in GitHub Desktop.
private void showMessage(String msg) {
Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_SHORT).show();
}
@jlouisperez
Copy link
Author

Helper method to show simple toast messages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment