openexchangerates.org doesn’t have any Java examples for fetching the rates that I could find. There is a place holder but it’s empty. I would very much like to see some example code which could be used in an android application?
openexchangerates.org doesn’t have any Java examples for fetching the rates that I could find.
Share
See this question: I need a simple java example of processing a JSON response via HTTP for Android App?
There seems to be nothing special with openexchangerates. Just get the JSON data with HTTP GET and create an object out of it. You can create a class for the exchange rate and use GSON to instantiate the object.