Wednesday, August 24, 2011

[android-developers] How to use another value in countdown timer?

Im making an app where it does some calculating. I want to know how to
pass that answer to the countdown timer so it takes that value and
uses it to know how long to count down.
For example:
if i make a calculation :
X = y + z
i want to pass x to contdown timer :
new CountDownTimer (X, 1000)
{
something here
}


thanks.

--
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