Guest User

Untitled

a guest
Oct 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. Bundle b = new Bundle();
  3. b.putByteArray("imageData", imageData);
  4. Intent i = new Intent(mContext, ViewPhoto.class);
  5. i.putExtras(b);
  6. startActivity(i);
Add Comment
Please, Sign In to add comment