Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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. 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!

like image 847
Aaron Smentkowski Avatar asked Nov 04 '22 22:11

Aaron Smentkowski


1 Answers

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 .

like image 97
FoamyGuy Avatar answered Nov 14 '22 23:11

FoamyGuy