An Eclipse project that demonstrated jUnit-based testing in Android.
CurrencyConverter is hosted in the following web site
https://github.com/twitter-university/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 | 4 |
Target SDK Version | 17 |
Minimum SDK Version | 4 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
CurrencyConverter has the following Java source files.
com.marakana.android.currencyconverter.CurrencyConverter.java com.marakana.android.currencyconverter.CurrencyConverterActivity.java com.marakana.android.currencyconverter.CurrencyConverterException.java com.marakana.android.currencyconverter.GoogleCurrencyConverter.java