Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mukeshsolanki/country-picker-android

A simple library that displays a beautiful list of all the countries allowing the user to pick the country he wishes and provide details like country code, iso code name,currency and flag.
https://github.com/mukeshsolanki/country-picker-android

android android-development country country-picker gradle

Last synced: 23 days ago
JSON representation

A simple library that displays a beautiful list of all the countries allowing the user to pick the country he wishes and provide details like country code, iso code name,currency and flag.

Awesome Lists containing this project

README

        

Country Picker for Android











CountryPicker is a simple library that can be show a country picker. See the example to see more detail.




[![Demo Video](https://img.youtube.com/vi/wgOn0zvpUUk/0.jpg)](https://www.youtube.com/watch?v=wgOn0zvpUUk)

# Support Country Picker for Android

Country Picker is an independent project with ongoing development and support made possible thanks to donations made by [these awesome backers](BACKERS.md#sponsors). If you'd like to join them, please consider:

- [Become a backer or sponsor on Patreon](https://www.patreon.com/mukeshsolanki).
- [One-time donation via PayPal](https://www.paypal.me/mukeshsolanki)

# Table of content
* [Getting Started](https://github.com/mukeshsolanki/country-picker-android/wiki/Getting-Started)
* [Basic Usage](https://github.com/mukeshsolanki/country-picker-android/wiki/Basic-Usage)
- [Dialog](https://github.com/mukeshsolanki/country-picker-android/wiki/Basic-Usage#dialog)
- [Bottom Sheet](https://github.com/mukeshsolanki/country-picker-android/wiki/Basic-Usage#bottom-sheet)
- [CountryPicker methods](https://github.com/mukeshsolanki/country-picker-android/wiki/Basic-Usage#utility-methods)
* [Sorting](https://github.com/mukeshsolanki/country-picker-android/wiki/Sorting)
- [Sort by Name](https://github.com/mukeshsolanki/country-picker-android/wiki/Sorting#sort-by-name)
- [Sort by ISO](https://github.com/mukeshsolanki/country-picker-android/wiki/Sorting#sort-by-iso)
- [Sort by Dial Code](https://github.com/mukeshsolanki/country-picker-android/wiki/Sorting#sort-by-dial-code)
* [Searching](https://github.com/mukeshsolanki/country-picker-android/wiki/Searching)
* [Styling](https://github.com/mukeshsolanki/country-picker-android/wiki/Styling)
- [Creating a Custom Style](https://github.com/mukeshsolanki/country-picker-android/wiki/Styling#creating-the-style)
- [Applying the style](https://github.com/mukeshsolanki/country-picker-android/wiki/Styling#applying-the-style)
* [Theme](https://github.com/mukeshsolanki/country-picker-android/wiki/Themeing)
- [Material Design 1](https://github.com/mukeshsolanki/country-picker-android/wiki/Themeing)
- [Material Design 2](https://github.com/mukeshsolanki/country-picker-android/wiki/Themeing)

## Author
Maintained by [Mukesh Solanki](https://www.github.com/mukeshsolanki)

## Contribution
[![GitHub contributors](https://img.shields.io/github/contributors/mukeshsolanki/country-picker-android.svg)](https://github.com/mukeshsolanki/country-picker-android/graphs/contributors)

* Bug reports and pull requests are welcome.
* Make sure you use [square/java-code-styles](https://github.com/square/java-code-styles) to format your code.

## License
```
MIT License

Copyright (c) 2018 Mukesh Solanki

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```