Steppschuh / Sensor-Data-Logger

Android Wear sensor data plotter
Apache License 2.0
202 stars 73 forks source link

How to save data to csv or json files? #8

Open TonyMou opened 4 years ago

TonyMou commented 4 years ago

Do you have any plan for this feature?

Steppschuh commented 4 years ago

Hey, I don't have plans to work on this project anytime soon. However, it shouldn't be too hard to implement. You can add your export logic to this method: PhoneActivity.onDataChanged(DataBatch dataBatch, String sourceNodeId). Please feel free to submit a PR if you happen to implement this.

jliebers commented 3 years ago

Hi @Steppschuh,

I like your work very much and I am going to write an export function for it.

Cheers,

Jonathan

maaeedee commented 3 years ago

Hi there, Thanks for such an amazing job. I also need the data for my PhD project. I was wondering if I can find somewhere the released .apk file with this feature. I really appreciate it.