Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @Override
  2. public void onClick(View v){
  3. Intent intent = new Intent(this, points.class);
  4. intent.putExtra("pred", res.getText().toString());
  5. startActivity(intent);
  6.  
  7.  
  8.  
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement