https://github.com/andhikayuana/mvvm-test-demo
https://github.com/andhikayuana/mvvm-test-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andhikayuana/mvvm-test-demo
- Owner: andhikayuana
- Created: 2021-08-04T02:11:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T02:27:19.000Z (about 4 years ago)
- Last Synced: 2025-01-18T03:45:52.282Z (9 months ago)
- Language: Kotlin
- Size: 259 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVVM Test Demo - Currency Conversion App
MVVM Testing Demo using mockito, mockk, mock webserver## Requirements
- [Currencylayer API](http://currencylayer.com/documentation)
- Android Studio + SDK
- min SDK 21 (Lollipop)## How to Run the App
- clone this project
- open using Android Studio
- create account and setup `API KEY` [Currencylayer API](http://currencylayer.com/documentation)
- copy `API KEY` and paste to `gradle.properties` file
- after finish fetch dependencies and indexing, you can run the app using run app icon## Screenshots