Reputation: 278
I am relatively new to Android, but I am looking to use an interactive charting tool for my application. 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. Does anyone know if there is a way to display the chart and have it be interactive also in Android? I am developing in 4.0 so as far as I know it does support 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!
Upvotes: 6
Views: 6463
Reputation: 46856
The google dynamic Charts are interactive when they are shown in a WebView within android.
However the interaction seems to have been more heavily geared toward a PC with a mouse rather than a touch screen. So it is not quite as rich an interaction as it could be on a touch device unfortunately .
Upvotes: 2