A very simple currency converter using exchangeratelab.com API for android.
CurrencyConverter is hosted in the following web site
https://github.com/Harukine/CurrencyConverter
If you think the Android project CurrencyConverter listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of CurrencyConverter.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET |
CurrencyConverter has the following Java source files.
com.harukine.currencyconverter.currencyconverter.APIService.java com.harukine.currencyconverter.currencyconverter.Application.java com.harukine.currencyconverter.currencyconverter.ApplicationTest.java com.harukine.currencyconverter.currencyconverter.CurrencyRates.java com.harukine.currencyconverter.currencyconverter.MainActivity.java com.harukine.currencyconverter.currencyconverter.MainActivity.java com.harukine.currencyconverter.currencyconverter.SpinnerActivity.java