I am writing my first Corona app for Android only, which:
-
receives data from the GPS
-
Transmits this data over a TCP socket to an internet server.
I need the app to be able to run in the background, without interuptions, by having the User press a ‘Go to Background’ button.
How do I do this?
Thanks, Bart