Skip to content

Instantly share code, notes, and snippets.

@notdrone
Created February 15, 2015 21:56
Show Gist options
  • Save notdrone/1089dbdc353d504577a3 to your computer and use it in GitHub Desktop.
Save notdrone/1089dbdc353d504577a3 to your computer and use it in GitHub Desktop.
Bundle intent=getIntent().getExtras();
String message= intent.getString("key");
TextView text=(TextView)rootView.findViewById(R.id.text);
text.setText(message);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment