Advertisement
Guest User

Untitled

a guest
Apr 6th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. String username = "", password = "";
  2. username = ((EditText)findViewById(R.id.username_pet)).toString();
  3. password = ((EditText)findViewById(R.id.password_pet)).toString();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement