Android app to record time during mobile experiment
- Record the time during temporary events (obstacles, OBSTA), and fixed events (STAND, LIFT)
- Tap
Timerto start the timer, and then tap events (OBSTA,STAND,LIFT) to record events. TapTimeragain to stop the timer. TapExportand enter file name to save data. - Data are saved in
Downloads > TimerRecorddirectory with the givenFILE_NAMEwhile exporting (<FILE_NAME>.csv) - Data are stored in CSV format (
<EVENT>,<SECONDS>\n)- sample
TIMER_START,0 OBSTACLE,6 OBSTACLE,13 STAIR_START,16 STAIR_STOP,19 TIMER_STOP,23 - User interfaces
, 
- AndroidStudio (or any IDE which support Android)
- Android SDK (AndroidStudio will directly download this for you)
- Build the project first (Make Tool)
- Run the app