Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yedhink/isocodegenerator

Android App to Generate ISO Country Codes From Country Name and vice versa
https://github.com/yedhink/isocodegenerator

android android-application android-development android-studio android-ui country country-codes iso3166 iso3166-1 iso31661 java

Last synced: 10 days ago
JSON representation

Android App to Generate ISO Country Codes From Country Name and vice versa

Awesome Lists containing this project

README

        

# IsoCodeGenerator
Android App to generate Country Name from two letter iso country codes(ISO ALPHA-2) and vice versa.

## Prerequisites
Android Studio installed along with the following SDK tools
- Android SDK v26
- Android Build Tools
- Android SDK Platform-Tools v27.0.1

## Installation
Assuming that you've already installed Android Studio and it is in a working condition.Then:-
1) Fork the repository(optional)

2) Clone/Download the files into your local machine
###### For Linux Users :-
[Set up git](https://help.github.com/articles/set-up-git/) in your local machine
From the Clone with HTTPs section, copy the clone URL for the repository.
Then from command line create a local clone of your fork by :-
> `git clone url`
###### For Windows Users :-
Under the repository name, click Clone or download.

3) Now, you have a local copy of your fork of the repository!
4) Open the project in Android Studio
5) Run it using an [Emulator/Phone](https://developer.android.com/training/basics/firstapp/running-app.html) to see the output

## TestExamples
###### Example 1
User Input:-
> `DE`

Output:-
> `Germany`

###### Example 2
User Input:-
> `india`

Output:-
> `IN`


## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/yedhink/IsoCodeGenerator/blob/master/LICENSE) file for details