January 27th, 2012, 08:38 PM
|
#2 (permalink)
|
|
New Member
Join Date: Jan 2012
Location: Virginia Beach
Posts: 3
Device(s): HTC Sensation S-off'd
HTC HD2 running Android 2.2
Thanks: 0
Thanked 0 Times in 0 Posts
|
buzzBox
import com.buzzbox.mob.android.scheduler.SchedulerManager ;
import com.buzzbox.mob.android.scheduler.Task;
the following code is in the oncreate of pollserver
Not sure why this isn't working.
SchedulerManager.getInstance().saveTask(this,
"0 */5 * * *", // a cron string
(Class<? extends Task>) pollserver.class );
SchedulerManager.getInstance().restart(this, pollserver.class );
|
|
|