Phone number format in android
问题 In my application, I have a editText which will accept phone number from the user, My target is, as soon as user enters the phone number it should be formatted (Like by applying on text changed listener) , format is like XXX-XXX-XXXX . I wrote the code as ePhone.addTextChangedListener(new TextWatcher() { private Pattern pattern; private Matcher matcher; String a; @Override public void onTextChanged(CharSequence s, int start, int before, int count) { // TODO Auto-generated method stub boolean