tags:

views:

69

answers:

2

Hi,

I'm creating interactive charts in java for android environment. Google visualisation API is very impressive. I need to know how to use it in java. Is there any Wrapper API available for this? Or Can I use it directly in my application. Can anyone post a code snippet for the same.

A: 

Try google-visualization-java. It has full documentation, including simple examples.

Matthew Flaschen
A: 

One way is to use GWT. You are still running JavaScript compiled from Java (see GWT for more details) but all your code is in Java.

Beware that not all visualizations are available as GWT widgets yet - see if 'GWT Integrated' is present here.

grigory