Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
/ ExchangeRatesApp Public archive

An application that displays currency exchange rates. Kotlin, RxJava, MVVM, Clean Architecture, JUnit, Mockk

Notifications You must be signed in to change notification settings

RKuanysh/ExchangeRatesApp

Repository files navigation

ExchangeRatesApp

This android app requests currency exchange rates from server and displays them as a list to the user. The user is allowed to change the amount. The rates are pulled from the server every second. This application supports landscape mode, albeit not optimized for it.

The code is written in Kotlin using MVVM pattern and Clean Architecture.

RxJava 2 is used for multi-threading and data flow.

JUnit is used for unit testing and Mockk for mocking objects.

About

An application that displays currency exchange rates. Kotlin, RxJava, MVVM, Clean Architecture, JUnit, Mockk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published