Skip to content

dononcharles/Android-PhoneNumberFormattingText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android-PhoneNumberFormattingText

How to format Phone Number using Android Input Type

How to use PhoneNumberFormattingText custom class that extend the native one PhoneNumberFormattingTextWatcher.

After creating PhoneNumberFormattingText.java under your package, go into your Activity or Fragment and do this below:

    EditText ET = (EditText) findViewById(R.id.phoneInput);
    ET.addTextChangedListener(new PhoneNumberFormattingTextWatcher(ET));

Thanks for contributions

Releases

No releases published

Packages

No packages published

Languages