Guest User

Untitled

a guest
Nov 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. boton.setOnClickListener(new View.OnClickListener() {
  2. @Override
  3. public void onClick(View v) {
  4.  
  5.  
  6. Intent intent = new Intent(getActivity(),tu_actividad.class);
  7. startActivity(intent);
  8. }
  9. });
Add Comment
Please, Sign In to add comment