Graphics on Android

2

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.

    
asked by anonymous 20.08.2014 / 18:56

1 answer

6

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

    
21.08.2014 / 00:29