This is a terrible question.
What the hell do you mean: but it is not
accepting dynamic values...... ???

Post a better description and a log.

Also, make sure you spend more than a minute typing up your question and
try really hard to use proper English.

On Thu, Dec 1, 2011 at 11:11 PM, sunkuru abhishek <[email protected]
> wrote:

> hello,
>  i am developing application,i am using CountDownTimer .
>
> new CountDownTimer(a, 1000) {
>
>                    public void onTick(long millisUntilFinished) {
>                        edt5.setText("left: " + millisUntilFinished /
> 1000);
>                    }
>
>                    public void onFinish() {
>                        edt5.setText("done!");
>                    }
>                 }.start();
>
>
> where a is the variable calculated dynamincally.but it is not
> accepting dynamic values......
> can anyone help me...?
>
> --
> 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




-- 
~ Jeremiah:9:23-24
Android 2D MMORPG: http://solrpg.com/,
http://www.youtube.com/user/revoltingx

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