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...
When you click the `ccp` to select country , a dialog appears that would has country lists , Right ? Then if we check the same with small size devices...
Please how can I use with databinding to get _**selectedCountryCodeWithPlus**_ using **LiveData** instead ObservableField. #250 Advance thanks!
Dear all, Currently code picker text and dialog text reffers to colors: @android:color/black, @android:color/secondary_text_light That appears wrong in dark mode.  --------------------------- setContentColor() could be used, but it require some...
Is there some possible way that I can use two-way data binding with the full phone number variable?
please add the ability to inflate custom xml layout for dialog and recyclerview I need the ability to setRecycleviewCustomLayout , setDialogCustomLayout because I found that I must include the code...
how to autoformat a number with user adding +1 himself in the edittext field, in current scenario your library is allowing me to format a number without +1, but user...
Hello! How i can get mask of currently selected country?
I have new zealand related issue. Event and validation not work proper for new zealand. please help.
Hi When spinner auto detect country , and user don't change it . the getSelectedCountryName() return null . is there any help to fix this ?
When navigate to another Fragment and then go back to phone Country Code selector fragment, not working phone formatter and phoneNumberValidatorChangeListener aren't call ever. Set both on onViewCreated method: ```...