*WOW*
*lol*
*All I Had to do was change
*TextView mTime  = (TextView) findViewById(R.id.TextView06);
to
 mTime  = (TextView) findViewById(R.id.TextView06);
lol you cant declare something twice





On Sat, Feb 26, 2011 at 6:46 PM, brian purgert <[email protected]>wrote:

> The thing I'm confused about is where do
> I put this and how to i set it up
> TextView mTime  = (TextView) findViewById(R.id.TextView06);
> so that this works
> mTime.setText(timeleft);
> in the counter
>
>
> On Sat, Feb 26, 2011 at 5:40 PM, J Handal <[email protected]> wrote:
>
>> Brian
>>
>> Running  a counter can not be in the UI (main thread),try this:
>>
>>
>>  http://developer.android.com/reference/android/os/CountDownTimer.html
>>
>> http://developer.android.com/reference/android/os/CountDownTimer.html
>>
>> Let me know how it's going.
>>
>>
>>
>>
>>
>>  --
>> 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
>
>
>

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