GithubHelp home page GithubHelp logo

leminiscate's Introduction

Leminiscate

A Wallet app built as a prototype which explores design patterns and frameworks in Android.Uses DI with Dagger 2 which simplifies code for a clearer path to write testable code. It uses RxJava for functionally styed reactive programming which pushes values and functions down the system while you can react to it by transforming and combining them. It uses an MVP pattern to sperate business logic which can be tested using the JVM.

The wallet supports 5 currencies which uses a static class file with currency conversion rate dated Apr 23 2017.

 /**
   * A temporary static currency rate class
   * Holds the currency rates for a sample space of 5 countries
   * The currency conversion should ideally take place in a secure server @link{fixer.io}
   * Using this for temporary testing
   */
  private static class ConversionTable {
    static final double USD = 1.28;
    static final double JPY = 141.21;
    static final double CHF = 1.27;
    static final double CAD = 1.72;
    static final double GBP = 1;
  }

A special thanks to google. A lot of inspiration comes from here https://github.com/googlesamples/android-architecture

leminiscate's People

Contributors

tejasna 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.