[android-developers] Re: Calculate Time Elapsed

2010-06-04 Thread Peter Eastman
The number of seconds elapsed is just timePassed/1000.  You're trying
to make it more complicated than it really is.

Peter

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Calculate Time Elapsed

2010-06-04 Thread Anthoni
Hi Peter,

Thanks. Certainly was trying to over complicate things, but not sure
why.
Anyway, removing the last part solves the problem.

Regards
Anthoni

On Jun 5, 1:54 am, Peter Eastman peter.east...@gmail.com wrote:
 The number of seconds elapsed is just timePassed/1000.  You're trying
 to make it more complicated than it really is.

 Peter

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en