PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → background app android
background app android
Débuté par JOHNKEN, 25 nov. 2014 15:50 - 5 réponses
Membre enregistré
26 messages
Posté le 25 novembre 2014 - 15:50
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.
Posté le 25 novembre 2014 - 20:10
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.
Membre enregistré
3 651 messages
Popularité : +175 (223 votes)
Posté le 27 novembre 2014 - 12:15
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
Membre enregistré
3 651 messages
Popularité : +175 (223 votes)
Membre enregistré
26 messages
Posté le 28 novembre 2014 - 06:09
thanks adriano.
got it already.
found the persistent thread
Membre enregistré
3 651 messages
Popularité : +175 (223 votes)
Posté le 28 novembre 2014 - 11:30
:merci: