Snippets

cutiko Simpliest Toast

Created by cutiko

File Toast Added

  • Ignore whitespace
  • Hide word diff
+Toast toast = Toast.makeText(getApplicationContext(), "Sample Text", Toast.LENGTH_LONG);
+toast.show();
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.