Animation for charts using the Google chart API in android

Is it possible to animate a chart derived from google chart diagrams in android? If so, how can we do this?

+4
source share
1 answer

I do not think that android has its own google diagram for api, so there is no way to animate the diagram, the last time I used it, I had to generate a URL from Java code and display it in a WebView. I think you need to use javascript for animation as follows: animation diagrams for Android . Hope this helps.

0
source

All Articles