Android 中的融合图表
我正在制作一个应用程序,其中我必须使用融合图表来表示一些数据,以便任何人都可以帮助我如何执行此操作
编辑
:您能告诉我如何在中使用谷歌图表和融合图表吗安卓
I am making an app in which i have to use fusion charts to represent some data so anyone can help me in how to do this
edit
: Can you please tell me how to use google charts AND fussion charts in android
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试一次 PhoneGap API 中的示例应用程序来查询通话日志我使用 FusionCharts 和 PhoneGap 创建。这些图表在我的应用程序中表现良好。
如果您不习惯使用 PhoneGap,您还可以使用 WebView 对象。但是,您需要确保启用一些设置,例如:
您可能需要为 WebView 启用 JavaScript 和插件:
参考:http://developer.android.com/reference/android/webkit/WebView.html
You can try once the sample application from PhoneGap API to query call-logs which I created using FusionCharts and PhoneGap. The charts came fine in my application.
In case you are not comfortable using PhoneGap, you can also use WebView object. However, you need to make sure to enable a few settings like:
You might need to enable JavaScript and plugins for the WebView:
Reference: http://developer.android.com/reference/android/webkit/WebView.html