hi all
i need to stat a service for every user at a difrent time interval cansomebody help me with php that i have to generate?
my code is the following
my database is userid, username, password, timeinterval
what is the php i have to generate?
i need to stat a service for every user at a difrent time interval cansomebody help me with php that i have to generate?
my code is the following
B4X:
Sub Service_Start (StartingIntent As Intent)
'runs the gps service every one minute, this is what i want to change and to have it from database
StartServiceAt("", DateTime.now + 1 * DateTime.TicksPerMinute,True)
ToastMessageShow("Turning GPS ON", True)
GPS1.Start(0,0) 'Listen to GPS with no filters.
count = 0
End Sub
what is the php i have to generate?