m-philipp / AndroidSensorLogger

Logging various Android Sensores

Home Page:https://m-philipp.github.io/AndroidSensorLogger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

Logging various Android Sensores

https://m-philipp.github.io/AndroidSensorLogger/

License:MIT License


Languages

Language:Java 99.7%Language:JavaScript 0.2%Language:HTML 0.1%Language:CSS 0.0%