CountryCodePickerProject
CountryCodePickerProject copied to clipboard
Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone v...
Hi, I am using this function **binding.ccp.formattedFullNumber** but it does not work with America. The result I receive is not the formatted phone number. I try with Canada. But It's...
I cannot assign the country received from backend to show in picker that current selected country is given.
I tried using this library for my project but it couldnt reslove it in the xml, at first I thought it was an issue related to android studio Chipmunk but...
Version 2.4.0 is the last one where I can see the arrow. For newer Versions I only see white where it should be. I also tried the following: ``` val...
Hello I face to the issue and I don't know how to fix it. Please give some help! My app support 2 language English and Chinese. Normally, opening the app...
Text and drawable colors in dark theme are the same in light theme, not dynamique 
I am trying to use country code picker with databinding variable, however in XML I cannot use any tag for binding with viewmodel variable like for edittext I get text="@{viewmodel.phone}"...
Country code picker is not visible when we set app locale to "ar" which flips the layouts to be in RTL.
antigua and barbuda => +1268 (In our library +1) Anguilla => +1264 (In our library +1) American Soma => +1684 (In our library +1) Barbados => +1246 (In our library...
Steps to reproduce: Select South Korea as country, enter 01035353535 as the phone number. getFormattedFullNumber(), getFullNumber() and getFullNumberWithPlus() returns the phone number with leading 0 cutoff. 820035353535 Attached is the...