CountryCodePickerProject icon indicating copy to clipboard operation
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...

Results 143 CountryCodePickerProject issues
Sort by recently updated
recently updated
newest added

1. I don't know if I missed it, but I can't find any way to set a smaller height for the dialog since it takes all my screen. 2. Is...

package com.example.geolab; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import com.hbb20.CountryCodePicker; public class PhoneLoginActivity extends AppCompatActivity { private CountryCodePicker ccp; private EditText userPhoneNumber; private Button...

How do you use this library with data binding. I would like to bind the country code and the associated edit text to a field in my model class and...

Hello friend. I'm from brazil and here the phone format is xx xxxx-xxxx and that's correct on the lib, but sometimes we use ( ) inside the ddd number like...

I get the User's data from the DB, and sometimes for whatever reason the User has "" (empty string) saved as their country. I use this Picker to edit their...

![photo6199753612553465234](https://user-images.githubusercontent.com/14213144/121635904-ae246480-caa4-11eb-88ee-e588f13be3b3.jpg) something in front of code

Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'java.lang.String com.hbb20.CCPCountry.getNameCode()' on a null object reference com.hbb20.CountryCodePicker.setCustomDefaultLanguage (CountryCodePicker.java:1064) com.hbb20.CountryCodePicker.changeDefaultLanguage (CountryCodePicker.java:1996) Please add null check in selectedCCPCountry.

Are there any possible ways to test the **auto country code detection** feature during development? I have been using paid VPN application to change the IP location but still, that...

I want to set placeholder for numbel like "xxx-xxx-xx-xx", or if choosed different country different placeholder like for example "xx-xx-xxx". How i can get number length? Thank you!