Skip to content

Instantly share code, notes, and snippets.

@mortenjust
Created August 24, 2015 20:21
Show Gist options
  • Save mortenjust/b569e5f7e0804a9cf3d9 to your computer and use it in GitHub Desktop.
Save mortenjust/b569e5f7e0804a9cf3d9 to your computer and use it in GitHub Desktop.
Toast in an Android Wear fragment
Toast.makeText(getActivity().getApplicationContext(), "text", Toast.LENGTH_LONG).show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment