2
I need to implement a bar chart in an Android app. Can anyone help me? I only found google-Chart but did not understand how to apply to the app.
2
I need to implement a bar chart in an Android app. Can anyone help me? I only found google-Chart but did not understand how to apply to the app.
6
For you to use Google-Chart on Android, you need to work on a Webview
Here is a slideshare Cool using Google-Chart along with this example
If you don’t want to use through a Webview, try using aChartEngine:
In this link with the source and an example in that post
Thank you so much guy..... helped a lot...I’m starting on android... stayed ball show...
Browser other questions tagged android google-charts
You are not signed in. Login or sign up in order to post.
I did a small search on google and found other options with tutorials http://www.achartengine.org/ http://www.infragistics.com/products/android http://www.jjoe64.com/2011/07/chart-and-graph-library-for-android.html http://www.java4less.com/charts/chart.php?info=android
– Igor Ronner