简体   繁体   English

使用适用于Android的Google可视化图表

[英]Using Google visualization charts for Android

I am relatively new to Android, but I am looking to use an interactive charting tool for my application. 我对Android比较陌生,但我希望为我的应用程序使用交互式图表工具。 I have read around in some forums about using Google's charts to display in a webview in my application, but from what I have found this is only displaying the static image. 我已经在一些论坛上阅读了关于使用谷歌图表在我的应用程序中的webview中显示的内容,但据我所知,这只是显示静态图像。 Does anyone know if there is a way to display the chart and have it be interactive also in Android? 有没有人知道是否有办法显示图表并让它在Android中也是交互式的? I am developing in 4.0 so as far as I know it does support SVG. 我在4.0中开发,据我所知它支持SVG。 More or less I am just looking for confirmation that this is possible before I dive into attempting to make it work. 或多或少我只是在寻求确认这是可能的,然后我才开始尝试使其工作。 And any advice on how to do so would be great as well. 关于如何这样做的任何建议也会很棒。 Thanks! 谢谢!

The google dynamic Charts are interactive when they are shown in a WebView within android. 谷歌动态图表在Android中的WebView中显示时是交互式的。

However the interaction seems to have been more heavily geared toward a PC with a mouse rather than a touch screen. 然而,相互作用似乎更倾向于使用鼠标而不是触摸屏的PC。 So it is not quite as rich an interaction as it could be on a touch device unfortunately . 因此,不幸的是,它不像在触摸设备上那样丰富的交互。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM