Giter Site home page Giter Site logo

currency-exchange-rates's Introduction

What is this?

Currency exchange rate converter that uses a public Revolut API for the exchange rates

What did you use?

This project is built purely with Kotlin with an MVVM design pattern, Retrofit to fetch the API data, Room to store said data, Koin to manage dependencies and Rx to manage asynchronous tasks.

Why did you choose to do that?

I'm pretty sure you already know why I went with Kotlin. I mean, come on.

MVVM is just more fun to play around with than MVP, even though I can't really say it's inherently better (I simply love LiveData).

Retrofit is my go-to tool when it comes to getting data from the internet. Easy to use and pretty straightforward!

Room needs no introduction. If you need a local database you simply go for Room.

Koin... the eternal dilemma with Koin and Dagger. Honestly I just went with Koin because I feel like it is designed for this kind of jobs. Small apps without a lot of dependencies. Dagger is superior in every way, but it would be overkill for this project.

When it comes down to Rx or Coroutines, I always choose Rx simply because that's what I have experience with. Coroutines are very good, but I feel like I have more control with Rx.

How does it look in action?

currency-exchange-rates's People

Contributors

airundev avatar

Stargazers

Eneko Torres Gómez avatar  avatar

Watchers

 avatar

currency-exchange-rates's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.