[android-developers] Re: how to count time in android

2009-02-11 Thread Sundog
I used the standarad Java classes, works fine. On Feb 11, 6:29 am, jj jagtap...@gmail.com wrote: how to count time in android, e.g player start the game how t count time from start game to end game, I am what r classes to set time and count.

[android-developers] Re: how to count time in android

2009-02-11 Thread Dianne Hackborn
SystemClock.uptimeMillis() is generally what you want to use. On Wed, Feb 11, 2009 at 5:29 AM, jj jagtap...@gmail.com wrote: how to count time in android, e.g player start the game how t count time from start game to end game, I am what r classes to set time and count. -- Dianne