Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread TreKing
On Mon, Sep 3, 2012 at 4:44 AM, jal  wrote:

> How can I put the method of auto update every seconds like time in my
> application please help me thank you... I'm a newbie here :)


Try a Google search for "Android Timer".

-
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

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread jal
hi! yeah I already use it "Android Timer" but didn't work.. 

On Thursday, September 6, 2012 1:54:16 AM UTC+8, TreKing wrote:
>
> On Mon, Sep 3, 2012 at 4:44 AM, jal >wrote:
>
>> How can I put the method of auto update every seconds like time in my 
>> application please help me thank you... I'm a newbie here :) 
>
>
> Try a Google search for "Android Timer".
>
>
> -
> 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

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread Elvin
create your own timer class

On Thursday, September 6, 2012, jal wrote:

> hi! yeah I already use it "Android Timer" but didn't work..
>
> On Thursday, September 6, 2012 1:54:16 AM UTC+8, TreKing wrote:
>>
>> On Mon, Sep 3, 2012 at 4:44 AM, jal  wrote:
>>
>>> How can I put the method of auto update every seconds like time in my
>>> application please help me thank you... I'm a newbie here :)
>>
>>
>> Try a Google search for "Android Timer".
>>
>> --**--**
>> --**---
>> 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 'android-developers@googlegroups.com');>
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com  'cvml', 'android-developers%2bunsubscr...@googlegroups.com');>
> 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 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 help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread jal
hi.. please can you give me some example and directions .. thank you very 
much...

On Thursday, September 6, 2012 12:25:07 PM UTC+8, Elvin BT wrote:
>
> create your own timer class
>
> On Thursday, September 6, 2012, jal wrote:
>
>> hi! yeah I already use it "Android Timer" but didn't work.. 
>>
>> On Thursday, September 6, 2012 1:54:16 AM UTC+8, TreKing wrote:
>>>
>>> On Mon, Sep 3, 2012 at 4:44 AM, jal  wrote:
>>>
 How can I put the method of auto update every seconds like time in my 
 application please help me thank you... I'm a newbie here :) 
>>>
>>>
>>> Try a Google search for "Android Timer".
>>>
>>> --**--**
>>> --**---
>>> 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
>
>

-- 
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 help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread jal
hi.. please can you give me some example and directions .. thank you very 
much... 

On Thursday, September 6, 2012 12:25:07 PM UTC+8, Elvin BT wrote:
>
> create your own timer class
>
> On Thursday, September 6, 2012, jal wrote:
>
>> hi! yeah I already use it "Android Timer" but didn't work.. 
>>
>> On Thursday, September 6, 2012 1:54:16 AM UTC+8, TreKing wrote:
>>>
>>> On Mon, Sep 3, 2012 at 4:44 AM, jal  wrote:
>>>
 How can I put the method of auto update every seconds like time in my 
 application please help me thank you... I'm a newbie here :) 
>>>
>>>
>>> Try a Google search for "Android Timer".
>>>
>>> --**--**
>>> --**---
>>> 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
>
>

-- 
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 help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread TreKing
On Wed, Sep 5, 2012 at 11:12 PM, jal  wrote:

> hi! yeah I already use it "Android Timer" but didn't work..
>

What "didn't work"?

-
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

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread jal
I use asyntask with an handler Timer but didn't work ... - nothing happens 
in my application. sir can you give some example and directions. Thank you 
very much if you help me. :)

On Thursday, September 6, 2012 1:19:09 PM UTC+8, TreKing wrote:
>
> On Wed, Sep 5, 2012 at 11:12 PM, jal >wrote:
>
>> hi! yeah I already use it "Android Timer" but didn't work.. 
>>
>
> What "didn't work"?
>
>
> -
> 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

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-06 Thread TreKing
On Thu, Sep 6, 2012 at 12:33 AM, jal  wrote:

> I use asyntask with an handler Timer but didn't work ... - nothing happens
> in my application.


You need more information than that.


> sir can you give some example and directions. Thank you very much if you
> help me. :)


http://lmgtfy.com/?q=android+handler+timer+example

-
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