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...
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.hbb20.CountryCodePicker.getFullNumberWithPlus()' on a null object reference how to fix this when i click on Register button the app goes to main activity
Hi There are new formats of phone numbers that are not working on `isValidFullNumber()` Please update the ` implementation 'io.michaelrocks:libphonenumber-android:8.10.14'` to ` implementation 'io.michaelrocks:libphonenumber-android:8.12.6'` to add validation support for new...
Hi, I want to use the oval flag image but I don't find any source on this subject in the documentation. Is there a solution for this issue? Thank you....
In case if I don't want the default country to be set by auto-detect or anything and leave it as empty, Is that possible? I have tried many ways by...
The library is only allowing 6 digits while the number from Finland can be up to 7-8 digits. Following reference google: The format for mobile telephone numbers is 04x 123...
Hi, Could you add a feature which allows you to choose which countries you require? Something like the Custom Master List but it should remove the flag images and language...
Hi Thanks for this awesome lib. I would love to have a way to set the fontfamily that the picker uses.
I would like to get only the phone number without the country on loading a data. Is it possible?
I think it would be nice to implement state restoring, to restore selected country/code on rotation.
Hello, Is it possible to implement additional formt for country international code with 3-digit ISO format ? Currently on 2-digit ISO format is implemented. For example for India, 2-digit ISO...