Content-Length: 305255 | pFad | http://github.com/chathudan/CountryCodePicker

7F GitHub - chathudan/CountryCodePicker: Android CountryCodePicker will help users to search and select a country and retrieve selected country's country name,code,currency and dial code (Sri Lanka,LK,LKR,+94)
Skip to content

Android CountryCodePicker will help users to search and select a country and retrieve selected country's country name,code,currency and dial code (Sri Lanka,LK,LKR,+94)

License

Notifications You must be signed in to change notification settings

chathudan/CountryCodePicker

Repository files navigation

Android Gems

CountryCodePicker

CountryCodePicker will help users to

  1. Search and select Country
  2. Get selected country's name,code,currency and dial code (Sri Lanka,LK,LKR,+94)

Download the CountryCodePicker Example APK

Usage

CountryCodePicker on own layout
FragmentManager manager = getSupportFragmentManager();
FragmentTransaction transaction = manager.beginTransaction();

CountryPicker picker = new CountryPicker();

transaction.replace(R.id.home, picker);
transaction.commit();
CountryCodePicker as Android Dialog
 CountryPicker picker = CountryPicker.newInstance("SelectCountry");
 picker.show(getSupportFragmentManager(), "COUNTRY_CODE_PICKER");
CountryPickerListener to get selected country's details
picker.setListener(new CountryPickerListener() {
    @Override
    public void onSelectCountry(String name, String code, String dialCode) {
    }
});

License

CountryCodePicker is released under the Apache License Version 2.0.

About

Android CountryCodePicker will help users to search and select a country and retrieve selected country's country name,code,currency and dial code (Sri Lanka,LK,LKR,+94)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/chathudan/CountryCodePicker

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy