GithubHelp home page GithubHelp logo

Comments (4)

keilw avatar keilw commented on June 4, 2024

Sounds like a good idea. While Xchange is built against Java 6, especially the Backports (the API should in theory work as far back as Java 6, I think there was no "Diamond" usage either) should work fine.

from javamoney-shelter.

keilw avatar keilw commented on June 4, 2024

Yes, the API-BP has 1.6 so only in the BP of the RI there are references to Java 7. Creating e.g. an independent Android port should therefore work. And in real life most likely a lot of apps use Java 7 anyway.

from javamoney-shelter.

msgilligan avatar msgilligan commented on June 4, 2024

I've implemented a basic version of this over in http://github.com/msgilligan/bitcoinj-addons.

BaseXChangeExchangeRateProvider.java does the heavy lifting: https://github.com/msgilligan/bitcoinj-addons/blob/master/bitcoinj-money/src/main/java/com/msgilligan/bitcoinj/money/BaseXChangeExchangeRateProvider.java

I started with wrapper classes for each exchange built on top of this, but I recently added DynamicXChangeRateProvider.java which can wrap any XChange provider specified by classname string: https://github.com/msgilligan/bitcoinj-addons/blob/master/bitcoinj-money/src/main/java/com/msgilligan/bitcoinj/money/DynamicXChangeRateProvider.java

from javamoney-shelter.

msgilligan avatar msgilligan commented on June 4, 2024

I've also very-softly-launched OmniPortfolio which uses this stuff. The UI and the site need more work before I'll even consider it soft-launched, but there is a public-facing text-only website now.

from javamoney-shelter.

Related Issues (20)

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.