Android live rendering strip chart library

3.3k views Asked by At

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?

1

There are 1 answers

1
Dan D. On

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

There is also another related thread on this.