Guest User

Untitled

a guest
Apr 8th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. string username = ed1.getText().toString();
  2. string password = ed2.getText().toString();
  3.  
  4. if(username.equals(sharepreferencesusername) && password.equals(sharedpreferencespassword)){
  5. goto next activity...
Add Comment
Please, Sign In to add comment