Is there any possible way to get a Fusion 2.5 Android app to run in the background, or, is there some workaround to be able to send a notification to an Android device so at least the user knows to open the app?
I have a little app that checks a mysql database every second to see if data has changed. Once it changes, it sends a notification. This works just fine, so long as the Android device is turned on and the app is running. But as soon as the screen turns off the app stops running and it stops checking the database.
If this is 100% impossible though Fusion 2.5, perhaps someone could suggest an alternate option for checking the mysql database every second for a field change?