A Simple Currency Converter using the OpenExchangeRates API.
CurrencyConverter is hosted in the following web site
https://github.com/hav3n/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 | 12 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 4 image files in CurrencyConverter. The names of the image files are listed as follows.
ic_action_action_info_outline.png ic_action_action_info_outline_dark.png ic_action_alert_warning.png ic_action_navigation_refresh.png
The following screenshort is generated from the image listed above.
CurrencyConverter has the following Java source files.
net.hav3n.currencyconverter.AboutDialogFragment.java net.hav3n.currencyconverter.ApplicationTest.java net.hav3n.currencyconverter.CurrencySQLiteOpenHelper.java net.hav3n.currencyconverter.CurrencyService.java net.hav3n.currencyconverter.ErrorDialogFragment.java net.hav3n.currencyconverter.Highlighter.java net.hav3n.currencyconverter.activities.DisplayActivity.java net.hav3n.currencyconverter.activities.MainActivity.java net.hav3n.currencyconverter.adapters.CurrencyAdapter.java net.hav3n.currencyconverter.adapters.DisplayAdapter.java net.hav3n.currencyconverter.models.Currency.java net.hav3n.currencyconverter.models.RateResponse.java