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

2011-08-25 Thread TreKing
On Wed, Aug 24, 2011 at 1:16 PM, oliverorav olivero...@gmail.com wrote:

 i want to pass x to contdown timer :
 new CountDownTimer (X, 1000)


So do exactly that ... what's the problem?

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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] How to use another value in countdown timer?

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