Skip to content
/ Currency Public

A Simple Currency conversion app to demonstrate the modern android development in 2022

Notifications You must be signed in to change notification settings

cwliu/Currency

Repository files navigation

Currency

A Simple Currency conversion app to demonstrate the modern android development

screenshot

Setup

Add your CURRENCYLAYER_KEY key in gradle.properties

currencylayer_key="<CURRENCYLAYER_KEY>"

Dependency Graph

Apply Clean architecture by using Modularization

Dependency Graph

Run Tests

$ ./gradlew test

Tech stack

  • Programming language: Kotlin
  • Architecture pattern: Model-View-ViewModel(MVVM)
  • Asynchronous Programming: Coroutines
  • Dependency Injection: Hilt
  • Network request: Retrofit
  • UI: Jetpack Compose

About

A Simple Currency conversion app to demonstrate the modern android development in 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages