Currency converter is a template Android application, which is developed using Jetpack Compose and MVVM architecure. This app provides the feature of live currency conversion using Open Exchange Rates API. No login need to see the app.
The android app lets you:
- Easy to use currency conversion.
- Show list of supported country currency.
- No login required to use the application.
Currency converter app is a free and open source project developed to code on the best practices of Android Development. Any contributions are welcome. Here are a few ways you can help:
- Please follow the code style used in the project to make a review process faster.
- Complete the TimelineScreen by adding the historical currency rates API and chart.
- Save selected currencies to an application datastore.
- Report bugs and make suggestions.