Android Studio – Array of arrays/array of objects/arrayList of arrayList
I'm doing a project, where I'm reading accelerometer sensor data from a smartwatch. The app that is made has a start and stop button, that starts and stops the sensor readings, respectively. I would like to start recording the data…