Wednesday, June 15, 2011

[android-developers] Re: value of timer

i found the answer hir:
http://stackoverflow.com/questions/5369682/android-get-current-time-and-date

Calendar c = Calendar.getInstance();
int seconds = c.get(Calendar.SECOND)
it's all what i need


Thanks Mark, it's true that i can use timer .
Indicator , you don't need to know what i want to do because it will
take so much time.

Thanks for all

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment