Android Open Source - App platform Currency-Converter






Project Summary

Currency converter application for Android Platform that uses National Bank of Ukraine as source for currency rates information.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Currency-Converter.

ItemValue
Java File Count13
Activity Count1

Java Source Files

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