Minimal example wanted showing texview incrementing a count on a timer?

Posted by BobG on Stack Overflow See other posts from Stack Overflow or by BobG
Published on 2010-05-11T17:15:12Z Indexed on 2010/05/12 21:24 UTC
Read the original article Hit count: 124

Filed under:
|

In c it would be: while(1){ i++; printf("%d \r",i); } I assume the textview and the variable and the timer get created in oncreate, then there is a timer handler with an increment and a settext and a sleep? Seeing how to do this in androidese would really clarify things I think. Thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about timer