Guest User

Untitled

a guest
Dec 7th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. BtnAtras.setOnClickListener(new View.OnClickListener() {
  2. @Override
  3. public void onClick(View view) {
  4. Intent List = new Intent(getApplicationContext(), ClaseALaQueQuieresRegresar.class);
  5. startActivity(List);
  6. }
  7. });
Add Comment
Please, Sign In to add comment