cph-cachet / carp.sensing-flutter

CARP Mobile Sensing for Flutter, including mobile sensing framework, data backend support, and the CARP mobile sensing app.
MIT License
80 stars 28 forks source link

Create AppLifeCycleTrigger #362

Open bardram opened 10 months ago

bardram commented 10 months ago

Create a trigger that triggers based on app life cycle events - like paused, resumed, etc.

This would enable the collection of data when the app returns to the foreground, like health data (since the health sampling only works when the app is in the foreground).