Guest User

Untitled

a guest
Dec 16th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public class Utility{
  2. public static boolean isBlankField(EditText etPersonData){
  3. return etPersonData.getText().toString().trim().equals("");
  4. }
  5. }
Add Comment
Please, Sign In to add comment