Hi Android developers,
Currently i am working on one Financial based chart application, and i draw the chart with the help of jjoe64 blog. but now i am going to implement real time chart. for example chart is draw automatically in the surface each and every second or a min once made changes in server side. can any one implement these kind of task. please help me regarding this.
Hi Android developers, Currently i am working on one Financial based chart application, and
Share
Ok, I strongly recommend to use AChartEngine. It is free, lightweight and supports many types of charts pie, graph etc. As about to dynamically update the chart i achieved this by adding values in a separate thread.Here is my example,it is nothing fancy:
Add your own values to the thread.You may want to take a look on how to use the AChartEngine library.
Happy coding!