PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Procedure timer running even if the Android app is minimized
Procedure timer running even if the Android app is minimized
Iniciado por Rogelio, 19,abr. 2018 07:05 - 2 respuestas
Publicado el 19,abril 2018 - 07:05
Hello there, i am building and android app and i have made a procedure that after is loaded will execute all the time after a define number of minutes. The procedure runs fine as long as the app is open and is active on the screen. but if you open another app so my app gose into the background then the procedure does not execute.

How can i ensure that this precedure executes even is the application is on the background ?

Thanks
Miembro registrado
795 mensajes
Popularité : +40 (42 votes)
Publicado el 09,mayo 2018 - 14:32
Hi. When an application goes into the background, its Activity stops. To continue running code you must create a Persistent Thread and put your code inside it. see the help.

Rubén
Miembro registrado
795 mensajes
Popularité : +40 (42 votes)
Publicado el 23,mayo 2018 - 07:50
You can use the new Task functions of WM23.

Rubén