Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Intent activity2Intent = new Intent(getApplicationContext(), Activity2.class);
  2. activity2Intent.putExtra("parametro","Mi primer parametro");
  3. startActivity(activity2Intent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement