- A simple application that allows the user to see conversion rates between different currencies (up to 170 currencies)
- Can fetch currencies and display as a list
- Can fetch latest currencies rate based on USD and updated every 30 minutes
- Support exchange rates conversion between different currencies
- Can work with no Internet for up to 30 minutes.
Jetpack Compose (https://developer.android.com/jetpack/compose)
Dagger Hilt (https://dagger.dev/hilt/)
Kotlin coroutines (https://developer.android.com/kotlin/coroutines) Flow (https://developer.android.com/kotlin/flow)
Retrofit (https://square.github.io/retrofit/)