Re: [android-developers] Automate update every x secs get data from myUrl

2012-11-22 Thread Fred Niggle
No your not, i just ingore/mute him. On 22 November 2012 08:46, Piren wrote: > Am i the only one noticing that he keeps getting people to do pretty much > all the programming he needs, step by step? > > > On Thursday, November 22, 2012 1:40:42 AM UTC+2, TreKing wrote: > >> On Wed, Nov 21, 2012 a

Re: [android-developers] Automate update every x secs get data from myUrl

2012-11-22 Thread Piren
Am i the only one noticing that he keeps getting people to do pretty much all the programming he needs, step by step? On Thursday, November 22, 2012 1:40:42 AM UTC+2, TreKing wrote: > > On Wed, Nov 21, 2012 at 12:40 PM, Antonis Kanaris > > wrote: > >> i want to convert to automatic update.How i

Re: [android-developers] Automate update every x secs get data from myUrl

2012-11-21 Thread TreKing
On Wed, Nov 21, 2012 at 12:40 PM, Antonis Kanaris wrote: > i want to convert to automatic update.How i make this? In a word: "AlarmManager". - TreKing

[android-developers] Automate update every x secs get data from myUrl

2012-11-21 Thread Antonis Kanaris
Hello.I am new developer android and i want to make an application read data from my webserver and control my arduino board... I start with this example .for get data...ok work but only when click buttoni want to convert to automatic update.How i make this?. public class ReadWebpageAsync