hbb20 / CountryCodePickerProject

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 validation.
Apache License 2.0
1.52k stars 506 forks source link

How can i set no country as selected by default? #538

Open IstiyakV opened 2 years ago

IstiyakV commented 2 years ago

i saw India is auto default country here, but I want to show them a view like "Choose A Country" then people will choose a country.

hbb20 commented 2 years ago

Unfortunately, there is no easy way for now. If you are just starting out, checkout Android Country Picker library that allows this functionality out of the box.

Checkout documentation for this funcationality https://github.com/hbb20/AndroidCountryPicker/wiki/Country-Picker-View#cpviewconfig-source

IstiyakV commented 2 years ago

How can i get selected country Name Code in JAVA from this library, I did not found proper documentation for java

hbb20 commented 2 years ago

That library is written in Kotlin and is not really tested with Java.