MichelBorn / DirectCurrencyConverter

Currency Converter App for Android showing usage of Flow, Live Data, Coroutines, Hilt - (Clean Architecture)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirectCurrencyConverter

Currency Converter App for Android highlighting recommended Architectural patterns.

This App Uses

Kotlin

MVVM (Model View ViewModel Pattern)

Hilt (For Dependency Injection)

An API to get currency rate and conversion (https://currency.getgeoapi.com/) (You can use any!)

Retrofit (For making API calls)

Flow

LiveData

Coroutines (For simplifying Asynchronous operations)

View Binding (For interacting with views)

Some other libraries

Check my article on it -

https://medium.com/swlh/how-i-built-a-simple-currency-converter-app-using-recommended-android-pattern-and-architecture-204a3bbfc142

DOWNLOAD

https://play.google.com/store/apps/details?id=com.ibrajix.directcurrencyconverterapp

About

Currency Converter App for Android showing usage of Flow, Live Data, Coroutines, Hilt - (Clean Architecture)


Languages

Language:Kotlin 100.0%