Android App to generate Country Name from two letter iso country codes(ISO ALPHA-2) and vice versa.
Android Studio installed along with the following SDK tools
- Android SDK v26
- Android Build Tools
- Android SDK Platform-Tools v27.0.1
Assuming that you've already installed Android Studio and it is in a working condition.Then:-
-
Fork the repository(optional)
-
Clone/Download the files into your local machine
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
Under the repository name, click Clone or download.
-
Now, you have a local copy of your fork of the repository!
-
Open the project in Android Studio
-
Run it using an Emulator/Phone to see the output
User Input:-
DE
Output:-
Germany
User Input:-
india
Output:-
IN
This project is licensed under the MIT License - see the LICENSE.md file for details