Display stock performance in android

ε祈祈猫儿з 提交于 2019-12-11 07:07:26

问题


Could anyone please advise me what would be the best way to display the performance of a particular stock in an android app. I would be interested to know if any one has used any particular libraries.

I use a yahoo finance CSV parser to fetch the stock info.

Thanks.


回答1:


I don't know of any good libraries specifically dealing with stock information, but I am assuming you are interested in charting? There are a bunch of options for producing charts for Android apps:

Graphview - A custom View for creating graphs in Android

Flot - A jQuery library for creating graphs. There are one or two good tutorials for Android.

AChartEngine - Another charting library for Android

aiCharts seems pretty polished, and has a free financial demo app you can download from the market, but you need to buy a license to use it. Also at the time I am writing this, their website (www.artfulbits.com) is down.



来源:https://stackoverflow.com/questions/4979444/display-stock-performance-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!