Are there any freeware charting API's out for Android ? Have looked at JFree charts and it is not compatible as it requires Swing which is not part of the Android Java SDK.
|
closed as not constructive by Walter, Glenn Nelson, Thomas Owens♦ Jan 4 at 15:19
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Are you assuming network connectivity? If so, the Google Chart Tools may be for you. |
|||
|
|
I think achartengine library may help to solve your problem, here is the link: http://www.achartengine.org/content/demo.html But, you know i was also in the search of this kind of library when i was having requirement to implement chart in my application, at that time i was trying with different APIs and libraries but i was failed as by using some libraries screen is not very well fitted in all android phones (screen is not being optimized) and many more problems. So later on, what i have done? I went to draw chart with jquery/html and then loaded that html chart files inside the webview and i got the success. Same way you can also try and get the solution for your problem. |
|||
|
|
Check out Zeitdata Charts for Android: charts.zeitdata.com. One of its nice features is that it allows you to preview what a chart would look like within your app right from a layout editor. |
|||
|
|

