/AndroidSensorLogger

Logging various Android Sensores

Primary LanguageJavaMIT LicenseMIT

AndroidSensorLogger

IMU-Logger

Android Application Logging the Builtin Android Sensors; plus the Sensors on your Android Wear Smartwatch.

API: Broadcasted intents

Annotation added:

String via = "watch_ui"; // or "smartphone_ui"
Intent sendIntent = new Intent("de.smart_sense.tracker.libs.data_save.annotate");
sendIntent.putExtra("de.smart_sense.tracker.libs.data_save.extra.annotationName", "smoking");
sendIntent.putExtra("de.smart_sense.tracker.libs.data_save.extra.annotationVia", via);
sendBroadcast(sendIntent);