Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yedhink/isocodegenerator
- Owner: yedhink
- License: mit
- Created: 2018-01-29T15:53:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T16:22:14.000Z (about 7 years ago)
- Last Synced: 2024-12-06T19:49:10.646Z (2 months ago)
- Topics: android, android-application, android-development, android-studio, android-ui, country, country-codes, iso3166, iso3166-1, iso31661, java
- Language: Java
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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