Skip to content

Instantly share code, notes, and snippets.

@sjthn
Created January 27, 2017 18:43
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 sjthn/4a94222173ec7c1a0601d651669a706e to your computer and use it in GitHub Desktop.
Save sjthn/4a94222173ec7c1a0601d651669a706e to your computer and use it in GitHub Desktop.
Intent intent = new Intent(UserListActivity.this, UserDetailActivity.class);
intent.putExtra("user", user);
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment