Skip to content

Android Demo App of a Real-time Currency Converter done entirely in Kotlin with Coroutines and Flow

Notifications You must be signed in to change notification settings

jbcorreia/currency-converter-demo

Repository files navigation

Currency Converter

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

Demo