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...
how can I use ccp in my xamarin android project because there is no nugat package corresponding to it and gradle file does not exist in xamarin android project. Please...
In [commit](https://github.com/hbb20/CountryCodePickerProject/commit/a1b9bc90e7ac0ffd6bf9db89d56b3ad612813c0c) you changed **ccpDialog_backgroundColor** from color to reference. Was it a bug or is it intended?
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...
image here [](https://github.com/hbb20/CountryCodePickerProject/wiki/Multi-Language-Support) is corrupted and can not be loaded # screenshot from wiki  # note when try to view it i got `Invalid upstream response...
In the [wiki](https://github.com/hbb20/CountryCodePickerProject/wiki/Full-Number-Support) the last few lines has a function call for ```//get unformatted number i.e. "14696641766"``` where the function call is ```java ccp,.getFullNumber(); ``` but it should be ```java...
Great library, can you please add GMT value (float/decimal) for countries? Like if we select India then the GMT value should be 5.5f.
Flags are varying in their lengths and breadths. We need to provide a way to have the UI consistent across different country flags.
How to support a list of country with code and flag in RTL when i change a language?
Please add 33 and 033 provider codes for country Armenia. Thank you
I'm using the awesome library. I want to add support to RTL languages. I have the following layout: ``` ``` I'm using CountryCodePickerProject in my project (awesome library). It allows...