I've seen many examples where a sensor object is used to initialize a listener and its respective callback. I managed to display on a Label the raw XYZ values as well as the timestamp for each accelerometer value.
I was wondering how I can collect data simultaneously for other type of sensors too, for instance get Gyro Accelerometer data values with shared time stamp.
One other problem I'm investigating is how to save the data for long times, for example, for at least 1 hour on CSV files.
Could anyone offer any suggestions.
Thanks!