Reputation: 17
I am quite new to Graphs in android, How can I plot a Graph for Accelerometer sensor values which is Dynamically running.
Upvotes: 0
Views: 1755
Reputation: 2473
You could use a library like AndroidPlot or AChartEngine. They are both licensed under the apache license
AndroidPlot: http://androidplot.com/
AChartEngine: http://www.achartengine.org/
Upvotes: 1