Skip to content

Small project replicating XE currency application. Read more about inside

Notifications You must be signed in to change notification settings

kasiopec/Currency-Converter

Repository files navigation

Currency-Converter

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

    

About

Small project replicating XE currency application. Read more about inside

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages