Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. case R.id.imageButtonTimmyNext:
  2. Intent newActivity = new Intent(getApplicationContext(), ActivityTina.class);
  3. startActivity(newActivity);
  4. break;
  5.  
  6. case R.id.imageButtonTimmyHome:
  7. Intent newActivity1 = new Intent(getApplicationContext(), ActivityTina.class);
  8. startActivity(newActivity1);
  9. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement