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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to