A simple and modern currency converter app for Android platform. The app is developed using Kotlin, MVVM, Dagger Hilt, Retrofit. Feel free 😄 to provide feedback or suggestions 📢 if any.
The app is currently not working due to the api limitations implemented recently by ExchangeRateApi.io. It introduced limit and changed the endpoints of the api. We are working on fixing the issue. Thank you.
Stack | Usage |
---|---|
Android Studio | IDE |
Kotlin | Main Language |
MVVM | Architecture |
Retrofit with Gson | REST Api query and json parsing |
Dagger Hilt | Dependency Injection |
MPAndroidChart | Rate History Chart |
ExchangeRateApi.io | To fetch currency exchange rates |