Skip to content

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

License

Notifications You must be signed in to change notification settings

yedhink/IsoCodeGenerator

Repository files navigation

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 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 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 file for details