Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Intent intent = new Intent(Activity1.this, Activity2.class);
  2. Activity1.this.startActivity(intent);
  3. Activity1.this.finish();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement