[android-developers] please give me solution

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


Re: [android-developers] please give me solution

2011-12-02 Thread Miguel Morales
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 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+unsubscr...@googlegroups.com
 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 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