Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. bundle.putString("Location", mList.get(position));
  2. bundle.putInt("Type",3);
  3. Intent intent = new Intent(mContext, ActivityA.class);
  4. intent.putExtras(bundle);
  5. mContext.startActivity(intent);
Add Comment
Please, Sign In to add comment