PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Procedure timer running even if the Android app is minimized
Procedure timer running even if the Android app is minimized
Débuté par Rogelio, 19 avr. 2018 07:05 - 2 réponses
Posté le 19 avril 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
Membre enregistré
796 messages
Popularité : +40 (42 votes)
Posté le 09 mai 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
Membre enregistré
796 messages
Popularité : +40 (42 votes)
Posté le 23 mai 2018 - 07:50
You can use the new Task functions of WM23.

Rubén