PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → background app android
background app android
Iniciado por JOHNKEN, nov., 25 2014 3:50 PM - 5 respostas
Membro registado
26 mensagems
Publicado em novembro, 25 2014 - 3:50 PM
is it possible to create app in android that will run in background process?
application will be hidden but continously running in background.
i would like to create app that automatically pop up when an sms message is received.
Publicado em novembro, 25 2014 - 8:10 PM
Hi Johnken,

yes, running in app in the background is perfectly possible in windev
mobile android (19 at least)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 11/25/2014 9:50 AM, JOHNKEN wrote:
is it possible to create app in android that will run in background
process?
application will be hidden but continously running in background.
i would like to create app that automatically pop up when an sms message
is received.
Membro registado
3.662 mensagems
Popularité : +175 (223 votes)
Publicado em novembro, 27 2014 - 12:15 PM
JOHNKEN

What you need is multi thread, has in my posts, look for what I posted earlier.

Most of my post are examples in this group

Regards

Adriano
Membro registado
3.662 mensagems
Popularité : +175 (223 votes)
Membro registado
26 mensagems
Publicado em novembro, 28 2014 - 6:09 AM
thanks adriano.
got it already.
found the persistent thread
Membro registado
3.662 mensagems
Popularité : +175 (223 votes)
Publicado em novembro, 28 2014 - 11:30 AM
:merci: