Display Continuous int data on Android screen.

Kaushal patel
Hi all
Currently, I am working on Android platform(Tiny 210 board). and i
continuously read the data from the serial port.
now i would like to display that data on the screen(Tiny 210 Development
board).
so please give me the appropriate solution for display data.
so which are the ways to display data.

davef
Have a look at <rrdtool> Real time data collection.

Dave McLaughlin
Hi, this is quite easy with Android.

Have a search for timers. I use a timer to update the display 5 times per
second and use a freeware graph for the display.

https://github.com/jjoe64/GraphView-Demos

I also display the data as a digital readout.

The graph is not designed real time but with a little change to the source
it can be made to work well. Have a look on the website for the author and
you will find my instructions on how to do this.

Dave...

jatin
Hi friends ,

          I have make an application of World Clock which Displys all
countries TIME according to their time zoze. but when i select any country
from spinner it displays time. I want to make change in it that when i
select country the second or minute shoud be updated at every second. how
can i do it? 
Please give me some suggestion or send to my emil id:js_love27@yahoo.com

Thanks.