dear ,how to use nstimer in android as in iphone…for refresh the url on every time intervell…or i use TIMER.SCHEDULE() for ping the server on each time intervall
thanks in advance..
dear ,how to use nstimer in android as in iphone…for refresh the url on
Share
For tasks where you would use NSTimer on iOS, Android’s Handler class is appropriate.