Guest User

Untitled

a guest
Dec 6th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. EditText userField = (EditText) findViewById(R.id.userFiledEditText);
  2. String s = userField.getText();
  3.  
  4. Toast.makeText(getApplicationContext(),R.id.userFiledEditText).getText(), Toast.LENGTH_SHORT).show();
Add Comment
Please, Sign In to add comment