=================================
A currency conversion app that allow a user to view a given amount in a given currency converted into other currencies.
(It's a coding challenge from PayPal)
Here is the requirements for the home assignment.
- The user is be able to select a currency from a list of currencies
- The user is be able to enter the desired amount for the selected currency
- A list showing the desired amount in the selected currency converted into amounts in each currency
- ExampleInstrumentedTest.kt
- OpenExchangeRateServiceTest.kt
- ExchangeRateDaoTest.kt