currency-converter
This is an Android Based Application for helping users convert between currencies.
The project is part of our Android Jam Series
Language
This project has been built using:
- Kotlin - A multipurpose language popularly used for making mobile applications
- eXtensible Markup Language (XML) - A Markup Language for making user interfaces
Preview
Installation
Clone this repository and import into Android Studio
Using SSH
git clone [email protected]:C-I-T-CLUB/currency-converter.git
HTTPS
git clone https://github.com/C-I-T-CLUB/currency-converter
Build variants
Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types
Generating signed APK
From Android Studio:
- Build menu
- Generate Signed APK...
- Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)
Maintainers
This project is mantained by:
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request