Apps as background processes

Former Member
Former Member
I'm new to MonkeyC, but didn't see anything about this in any of the FAQ's or other resources, sorry if I missed it somewhere.

As far as I can tell, all apps are run as foreground activities, and are exited when native apps are opened via Intents. Other types like data-fields can be added to native apps, but disallow communications.

I'm trying to make an app that coordinates music playing from a smartphone with activity metrics (cadence, HR, etc). Is there a method to send live activity data to a phone while using the device's normal display & behavior for the activity? Ideally there wouldn't need to be any UI on the device at all, beyond activation/deactivation.

Thanks!