Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We have developed an android application based on html5.
We need to fetch stock exchange, currency and commodity details(gold, silver etc) here from the corresponding websites and also we need to store these details in the database (SQLite).
Please provide the solution for doing this.

Thanks in advance.

share|improve this question
Connect to the Stock market API if one exists. – Doomsknight Jul 16 '12 at 9:33
This is just a minor re-phrasing of your earlier question, which was closed. – paulkayuk Jul 16 '12 at 9:45

closed as not a real question by Dr.Dredel, casperOne Jul 16 '12 at 13:40

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

This question is going to get closed because it's not a programming question and it's entirely vague.

However, in broad non programming strokes, your solution is to do as follows:

If you're building an HTML5 app it doesn't matter if it's Android based or not. It's a web app. You're going to get a stock feed of some kind (what feed were you planning on using? does it have an API to fetch data?) and you will write some sort of server side fetcher to get the data and collect it via AJAX, and display it in a browser. Then you'll embed a WebView in an Activity and point it at this web app.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.