Simple Real-time Currency Converter done entirely in Kotlin
Using:
- Retrofit2 for the Api
- ViewModel/LiveData using the Architecture Components
- RecyclerView with DiffUtil, Payloads, Flow and Coroutines for smooth UI updates with always the latest data
- Coroutines