I need to implement a bar chart in an Android app. Could someone help me? I found only the google-chart but I did not understand how to apply it to the app.
I need to implement a bar chart in an Android app. Could someone help me? I found only the google-chart but I did not understand how to apply it to the app.
To use Google-chart on Android, you need to work on a Webview
Here's a nice slideshare using Google-chart along with this example
If you do not want to use it through a Webview, try using aChartEngine:
In that link with source and an example in this post