Skip to content

Instantly share code, notes, and snippets.

@tegaralaga
Created December 7, 2015 08:02
Show Gist options
  • Save tegaralaga/7708ff34f42f6f838933 to your computer and use it in GitHub Desktop.
Save tegaralaga/7708ff34f42f6f838933 to your computer and use it in GitHub Desktop.
Intent intent = new Intent(ACTIVITY, Retrieve.java);
Item item = new Item();
intent.putExtra("item", item);
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment