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...
This is good library but need more customization like: - pick country code in new activity and send result back - list country section by alphabet
I am getting an error while calling fullNumberWithPlus function. ``` package com.example.invoiceinventory.Activities import android.content.Intent import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import com.example.invoiceinventory.R import com.example.invoiceinventory.Utils.Constants import com.example.invoiceinventory.databinding.ActivityAuthenticationBinding import com.hbb20.CountryCodePicker class AuthenticationActivity : AppCompatActivity()...
Russian Federation and Kazakhstan have the same dialing code `+7`. Anyway, the country can be distinguish by DEF code. DEF code for Kazakhstan is `6XX` or `7XX`. For Russian Federation,...
Can you be add Trinidad and Tobago (+868)?
Non-SDK API: Landroid/widget/TextView;->mCursorDrawableRes:I # Use the new get/setTextCursorDrawable
https://github.com/hbb20/CountryCodePickerProject/blob/3dec41356dc7a81387e541e63187c39dae096c5a/ccp/src/main/java/com/hbb20/CountryCodeDialog.java#L50 `mCursorDrawableRes` is non-SDK api. Consider using `get/setTextCursorDrawable` that recommend by official? https://developer.android.com/about/versions/10/non-sdk-q
Hello! Thanks for the library! I faced one issue which I couldn't fix by myself - I see that you are providing a mechanism to automatically show the keyboard but...
Please use webp format use
The country of Macedonia has been renamed into North Macedonia. Could renaming be done at least for English names? Thank you all for your awesome work.