它采用的是Android显示股票图形最好的,简单的方法?的是、最好的、图形、简单

2023-09-07 12:14:39 作者:山后别相逢

我开发的应用程序的股票中,用户可以显示股票细节,显示股票图表。

I am developing stock app in which user can show stock detail and show stock graph.

我使用雅虎财经的API列表和搜索股票报价,现在我想显示有图。因为2天I M寻找,但没办法显示动态数据图。

i am using yahoo finance API to list and search stocks quote, now the i want to display there graph. i m searching since 2 day but didn't way to display dynamic data graph.

我已经见过这么多的库,但直到我很不满意。因为所有最库提供一种方式来显示静态数据曲线图。在我的任务,我想与缩放工具以及支持多点触控显示图。

i have seen so many library but till i am not satisfied. because of all most library provide a way to display static data graph. in my task i want display graph with zooming facility as well as multi-touch support.

如果任何一个能支持我,我真的AP preciate的人。

If any one can support me i really appreciate the person.

在此先感谢!

推荐答案

您有几种选择:

http://www.achartengine.org/

HTTP://$c$c.google.com/p/ chartdroid /

http://www.artfulbits.com/products/android/aiCharts的.aspx (商业)

HTTP://$c$c.google.com/apis/图/ (只有在线)

第一种肯定有变焦能力。我不知道多点触控,虽然。

The first one for sure has zoom capabilities. I don't know about multitouch, though.

在谷歌API的具有内置的一些互动,你可以利用它在运行web视图,这样你就可以使用自己的变焦能力。由于您的应用程序将需要一个网络连接,无论如何,这似乎是一个合理的选择。

The google API has some interaction built-in and you could take advantage that it runs in a WebView, so you can use its own zoom capabilities. Since your app is going to require a network connection anyway, it seems like a reasonable option.