https://github.com/devapro/currencyrates
Currency Rates
https://github.com/devapro/currencyrates
Last synced: 11 months ago
JSON representation
Currency Rates
- Host: GitHub
- URL: https://github.com/devapro/currencyrates
- Owner: devapro
- Created: 2020-09-25T22:15:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T16:28:29.000Z (over 5 years ago)
- Last Synced: 2025-02-27T05:44:53.233Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rate converter application
Api from exchangeratesapi.io
## What is it?
It is example of currency list android app.
That includes:
- modules
- clean architecture layers
- RecycleView diff utils
- Rx and Coroutines (see Branches)
- ci
- tests
TODO:
- write more tests
#### Branches:
- master - rxJava2 implementation
- develop - latest version of code
- coroutine - coroutines implementation