draw graph in android with dynamically data

Posted by Tikam on Stack Overflow See other posts from Stack Overflow or by Tikam
Published on 2012-12-06T04:54:41Z Indexed on 2012/12/06 5:03 UTC
Read the original article Hit count: 144

Filed under:
|
|
|

In my project i want to draw a graph with dynamically updated data, and data is came from remote device and i update it from my locally sqlite data base.

I have to draw a graph dynamically with having two paremeter as horizontally hours of day from {Mid night, 1, 2, ...., 11, Noon, 1 , 11, Mid Night} and vertically parameter as {One , two, Three, Four}.

At particular hour i get data value from my sqlite and want to draw it on graph, and any particular hour have different value like "One", "two" etc. and i want to draw graph with hour help.

Thanks in advance

© Stack Overflow or respective owner

Related posts about android

Related posts about graph