PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e 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, abr., 19 2018 7:05 AM - 2 respostas
Publicado em abril, 19 2018 - 7:05 AM
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
Membro registado
794 mensagems
Popularité : +40 (42 votes)
Publicado em maio, 09 2018 - 2:32 PM
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
Membro registado
794 mensagems
Popularité : +40 (42 votes)
Publicado em maio, 23 2018 - 7:50 AM
You can use the new Task functions of WM23.

Rubén