target72
target72

Reputation: 17

How to plot graph for accelerometer sensor values in Android?

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

Answers (1)

0xDEADC0DE
0xDEADC0DE

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

Related Questions