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

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

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

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

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

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

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

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

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

2012-09-05 Thread jal
Dear all, Please help me how can I auto refresh my application here's my code package com.show.insaforexquotes; import java.util.ArrayList; import java.util.HashMap; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.NodeList; import android.app.ListActivity; impor