All Projects → MoraisIgor → Country

MoraisIgor / Country

Licence: Apache-2.0 license
Country gives a list of countries with all their flags.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Country

country-flag-emoji-json
Country flag emojis in JSON format.
Stars: ✭ 92 (+253.85%)
Mutual labels:  country, flag
jasper-helpers
A library of helpers for working with html for apps Crystal
Stars: ✭ 20 (-23.08%)
Mutual labels:  helper
iso-3166-1
🇳🇴  Lookup information with ISO 3166-1 alpha-2, ISO 3166-1 alpha-3 and ISO 3166-1 numeric
Stars: ✭ 51 (+96.15%)
Mutual labels:  country
GoGPUtils
Enhance productivity and avoid to reinvent the wheel every time that you start a Go project
Stars: ✭ 29 (+11.54%)
Mutual labels:  helper
country-emoji
Converts between country names, ISO 3166-1 codes and flag emojis.
Stars: ✭ 81 (+211.54%)
Mutual labels:  flag
Android-SharedPreferences-Helper
This Shared Preferences Helper library (Library size = ~15kb only) Simplifies usage of the default Android SharedPreferences Class. The developer can do in a few lines of code which otherwise would have required several. Simple to understand as compared to the default Shared Preferences class and easy to use. Can be used by simply adding the dep…
Stars: ✭ 15 (-42.31%)
Mutual labels:  helper
alog
Update: use loguru instead. Simple straight logging your Python code
Stars: ✭ 38 (+46.15%)
Mutual labels:  helper
PhoneCountryCodePicker
An iOS tableview picker for PhoneCountryCode (English & Chinese supported)
Stars: ✭ 31 (+19.23%)
Mutual labels:  country
laravel-cache
An improved helper for working with cache
Stars: ✭ 64 (+146.15%)
Mutual labels:  helper
CoronaCord
Discord bot that displays the latest coronavirus statistics. Currently serving over 5,000 communities on Discord.
Stars: ✭ 23 (-11.54%)
Mutual labels:  country
helpers.js
Small JavaScript functions for common use cases.
Stars: ✭ 37 (+42.31%)
Mutual labels:  helper
AirPodsDesktop
☄️ AirPods desktop user experience enhancement program, for Windows and Linux (WIP)
Stars: ✭ 462 (+1676.92%)
Mutual labels:  helper
csc picker
A flutter package to display a country, states, and cities. In addition it gives the possibility to select a list of countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.
Stars: ✭ 25 (-3.85%)
Mutual labels:  country
advancedPermissionHandler
This Android library is for handle running time permissions in simplest way!
Stars: ✭ 13 (-50%)
Mutual labels:  helper
Nager.Country
Worldwide Country Informations (ISO-3166-1 Alpha2, ISO-3166-1 Alpha3, ISO 639-1)
Stars: ✭ 68 (+161.54%)
Mutual labels:  country
MVPHelper
Base classes for quick and easy implementation of MVP for Android applications.
Stars: ✭ 17 (-34.62%)
Mutual labels:  helper
NFlags
Simple yet powerfull library to made parsing CLI arguments easy. Library also allow to print usage help "out of box".
Stars: ✭ 44 (+69.23%)
Mutual labels:  helper
langx-java
Java tools, helper, common utilities. A replacement of guava, apache-commons, hutool
Stars: ✭ 50 (+92.31%)
Mutual labels:  helper
web-coronavirus-stats
🌎 🦠 😷 Coronavirus disease (COVID-2019) global / world / country statistics and reports
Stars: ✭ 2 (-92.31%)
Mutual labels:  country
background-service-lib
Essential classes for reliable background services.
Stars: ✭ 24 (-7.69%)
Mutual labels:  helper

1 Country

Android Arsenal

Country gives a list of countries with all their flags.

2

The high resolution images are in the Image folder.

Setup

dependencies {

    implementation 'com.github.moraisigor:country:1.0.3'
}

Example

Just call all function.

Country.all()

Or you can pass a locale as argument.

Country.all(Locale.ENGLISH)

Check the sample for more details.

Contact

Igor Morais

License

Copyright 2017 Igor Morais
    
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0
    
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].