Skip to content

Instantly share code, notes, and snippets.

@notdrone
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notdrone/94329fba9e6264bdfa86 to your computer and use it in GitHub Desktop.
Save notdrone/94329fba9e6264bdfa86 to your computer and use it in GitHub Desktop.
Intent Detail = new Intent(getActivity(),DetailActivity.class).putExtra("key",some_string);
startActivity(Detail);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment