/CurrencyConverter

This is a currency converter android application written in kotlin. This app first fetches all available currency list from https://currencylayer.com/ and store this list in local storage. User can select a currency from a dropdown list and enter an amount. After selecting a currency all available exchange rates are shown in a list. Upon selecting an exchange rate the given amount is converted to that currency.

Primary LanguageKotlin

No issues in this repository yet.