在android中显示股票表现
谁能告诉我在 Android 应用程序中显示特定股票表现的最佳方式是什么。我很想知道是否有人使用过任何特定的库。
我使用雅虎财经 CSV 解析器来获取股票信息。
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有什么好的图书馆专门处理股票信息,但我假设您对图表感兴趣?有很多用于为 Android 应用程序生成图表的选项:
Graphview - 用于创建图表的自定义视图在 Android 中
Flot - 用于创建图形的 jQuery 库。有一个或两个 Android 的好教程。
AChartEngine - Android 的另一个图表库
aiCharts 看起来相当精致,并且有一个 免费的金融演示应用程序,您可以从市场下载,但您需要购买许可证才能使用它。另外,在我撰写本文时,他们的网站 (www.artfulbits.com) 已关闭。
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.