速報APP / 工具 / Event Timestamper

Event Timestamper

價格:免費

更新日期:2014-03-04

檔案大小:94k

目前版本:2.1

版本需求:Android 2.2 以上版本

官方網站:http://modsixtyfour.com

Email:anders@modsixtyfour.com

Event Timestamper(圖1)-速報App

Event Timestamper is an application to record when things happen, for later analysis in another application on a computer. Totals per day can also be seen in the app, for things like tracking how many cigarettes you smoke per day.

The set of events are shown as buttons, which can be customized.

Events are logged in a CSV on the SD card, in /EventTimer, with one CSV for each day.

Event Timestamper(圖2)-速報App

The format of the CSV is:

{Time in RFC3339 or ISO 8601 format},{Java time},{Episode number},{Event}

Specifically:

Event Timestamper(圖3)-速報App

RFC3339 is Date, Time and time zone, for example "2011-12-25T08:30:00-07:00"

Java time is milliseconds since January 1, 1970 UTC, or unix time * 1000.

Episode number is the number of times that the first button has been pressed, to be able to tie "episodes" together

Event Timestamper(圖4)-速報App

Finally, the event is the specific button that was pressed.

The summary shows the number of times each event occurred, per day. If the list gets too long, remove some of the old CSV files from the /EventTimer directory on the SD card.

Event Timestamper(圖5)-速報App