title: 国家ISO转电话phoneCode码
date: 2019-11-17 17:40:50
categories:
- Country Code
tags:
- CCP
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.
国家代码选择器(CCP)是一个android库,它提供了一种简单的方法来搜索和选择国家或国际电话代码。还支持Android EditText手机掩码和国际手机验证。
If you are looking for an android library for Country Selector or Country Spinner or Country Phone Code selector, this is the perfect place for you.
如果您正在为国家选择器、国家微调器或国家电话代码选择器查找android库,这是您的最佳选择。
使用库
https://github.com/hbb20/CountryCodePickerProject
一个简洁的android国家代码选择器,支持中英文、国旗、ISO 3166-1(A simple country code picker on android)
https://github.com/sahooz/country-picker-android
CN转86
public static String getPhoneCountryCode(String countryIos){
CCPCountry cCPCountry = CCPCountry.getCountryForNameCodeFromLibraryMasterList(App.instance, CountryCodePicker.Language.CHINESE_SIMPLIFIED, countryIos);
return cCPCountry.getPhoneCode();
}










网友评论