Saturday, December 3, 2011

[android-developers] Re: please give me solution

2 things you have to learn first. Below listed on priority:

a) English
b) Java

Best luck!!


On Dec 2, 2:11 am, sunkuru abhishek <abhisheksunk...@gmail.com> 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 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