PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → background app android
background app android
Started by JOHNKEN, Nov., 25 2014 3:50 PM - 5 replies
Registered member
26 messages
Posted on November, 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.
Posted on November, 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.
Registered member
3,661 messages
Popularité : +175 (223 votes)
Posted on November, 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
Registered member
3,661 messages
Popularité : +175 (223 votes)
Registered member
26 messages
Posted on November, 28 2014 - 6:09 AM
thanks adriano.
got it already.
found the persistent thread
Registered member
3,661 messages
Popularité : +175 (223 votes)
Posted on November, 28 2014 - 11:30 AM
:merci: