Guest User

Untitled

a guest
Dec 13th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Intent intent = new Intent(this, Activity.class);
  2. startActivity(intent);
  3.  
  4. Intent intent = new Intent(this, Fragment.class);
  5. startActivity(intent);
Add Comment
Please, Sign In to add comment