Skip to content

Instantly share code, notes, and snippets.

@saturov
Created August 24, 2015 14:47
Show Gist options
  • Save saturov/d848011f6a2adea42889 to your computer and use it in GitHub Desktop.
Save saturov/d848011f6a2adea42889 to your computer and use it in GitHub Desktop.
TextFragment textFragment = new TextFragment();
Bundle bundle = new Bundle();
bundle.putString("myText", "Hey ya!");
textFragment.setArguments(bundle);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment