0

I am trying to find the best charting library for my android app that receives live data from a data acquisition device (supports up to 800 samples per sec). I need to display a live, moving strip chart with some additional features like zooming in and out and tracing back the chart. I have looked at a few open source libraries like achartengine , afreechart, graphView but can't really seem to decide which one I should go with due to lack of enough examples and information. Any helpful links? Any recommendation?

mojorisinify
  • 377
  • 5
  • 22

1 Answers1

1

I would suggest you try AChartEngine for your project. See this for some tutorials.

There is also another related thread on this.

Community
  • 1
  • 1
Dan D.
  • 32,246
  • 5
  • 63
  • 79