Guest User

Untitled

a guest
Oct 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Order myOrder = new Order();
  2. Intent intent = new Intent(CurrentActivity.this, NextActivity.class);
  3. intent.putExtra(myOrder);
  4. startActivity(intent);
Add Comment
Please, Sign In to add comment