Currency converter application for Android Platform that uses National Bank of Ukraine as source for currency rates information.
Currency-Converter is hosted in the following web site
https://github.com/e-domnenko/Currency-Converter
If you think the Android project Currency-Converter 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 Currency-Converter.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 1 |
Currency-Converter has the following Java source files.
org.s4u.currencyconverter.ConvertActivity.java org.s4u.currencyconverter.conversion.Converter.java org.s4u.currencyconverter.conversion.CurrencyCodeHelper.java org.s4u.currencyconverter.conversion.CurrencyRateHelper.java org.s4u.currencyconverter.db.CurrencyCodeCursor.java org.s4u.currencyconverter.db.DbCurrencyCodeHelper.java org.s4u.currencyconverter.db.DbCurrencyRateHelper.java org.s4u.currencyconverter.fetching.NbuRatesFetcher.java org.s4u.currencyconverter.fetching.RatesAndCurrencyCollection.java org.s4u.currencyconverter.fetching.RatesFetcher.java org.s4u.currencyconverter.fetching.RatesUnavailibleException.java