Small project replicating XE currency application written with Kotlin
Task:
1)Call API Endpoint each second for the new data
2)Replicate XE currency mechanics
*Click on item
*Moves to 1st place
*Able to enter amount
*All currencies are updated
No UI requirements was set, thus was just using some material design style cards for the list items.
Stuff used in the project
*Retrofit (for JSON endpoint handling)
*MVP architecture
*RecyclerView for display
*Some Unit tests to check the workability of the DataModel class