AlmogBaku / IntlPhoneInput

International phone input for Android
Other
164 stars 96 forks source link

how to set error message to field if number is not valid #31

Open nisarkhalid opened 6 years ago

nisarkhalid commented 6 years ago

if number id not valid then how to set error message my previous field was showing error as phoneNumber.setError(getString(R.string.error_invalid_phone));

WajidAli007 commented 6 years ago

enclose this IntlPhoneInput view in TextInputLayout. And then use the error showing mechanism of the TextInputLayout. I have used it and it is working quite well. If you face any problem ping back. Happy coding :) @nisarkhalid