Android app to record time during mobile experiment
- Record the time during temporary events (obstacles, OBSTA), and fixed events (STAND, LIFT)
- Tap
Timer
to start the timer, and then tap events (OBSTA
,STAND
,LIFT
) to record events. TapTimer
again to stop the timer. TapExport
and enter file name to save data. - Data are saved in
Downloads > TimerRecord
directory with the givenFILE_NAME
while 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