[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 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 Hackborn Android fr

[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 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. --~--~-~--~~~---~--~~ You received t