Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 474 Bytes

CurrencyConverter

This is a simple Android application which is written in Kotlin and Java.

Screenshots

Libraries Used

  1. Dagger2
  2. RxJava2
  3. Retrofit2

Architecture Used

This project is developed using the VIPER architecture which is a part of Clean Architecture

Note: Since this is a single page app without any navigations the Router part is not present.