Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamic chart using achartengine

My app receives data from a device via bluetooth continuously, depending on the data i need to draw the graph.I found achartengine very useful in drawing the chart, now my question is how do i create dynamic graph using achartengine,is it possible?. If not how do i do

thanks in advance.

like image 645
vin Avatar asked Aug 10 '26 05:08

vin


1 Answers

I have used the random numbers for the input/data , instead of the actual input from the bluetooth. complete working project can be found here , thought it might help someone.:)

cheers.

like image 71
vin Avatar answered Aug 12 '26 04:08

vin