Giter Club home page Giter Club logo

cryptoapp's Introduction

Cryptocurrencies Application

Main functionalities:

  • Display list of supported Cryptocurrencies
  • Display details of a given Cryptocurrency
  • Add Cryptocurrency trade to portfolio
  • Display portfolio of User

The app is written mainly in Kotlin. Built using MVP pattern in combination with rx binding. This helps break the circular dependency this pattern usually has between the Presenter and the View. The presenter should present the view but the view should't necessarily know about the presenter. Has a Bottom Navigation View and 2 main fragments. Some classes are similar which is intentional. Each screen is treated as a separate independent micro component that's able to fulfill all its dependencies and does not rely on a core module with shared code. Injection of dependencies is driven by Dagger 2. List of coins is loaded in a paginated way in relation to REST API.

  • Persistence with Realm for portfolio screen

TODO:

  • List of prices, variations with colours, negative in red, positive in green.

  • In case of no internet, banner indicated last updated timestamp for portfolio

  • refresh buttons and pull to refresh

  • Persistence of main list of Coins ids, name and symbol.

  • Fulfill name and symbol from bitcoins from persisted data to the portfolio view

  • Improve UI design

  • Unit testing

  • Integration tests. Automation test.

Observations

  • Coin object price_usd different type than portfolio trade price_usd
  • Store a new trade in the authed user portfolio all -> amount in body is float but response is string?
  • Store a new trade in the authed user portfolio put call does not store the data
  • Realm does not support Kotlin's data classes

cryptoapp's People

Contributors

astamato avatar

Watchers

 avatar

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.