I've got to log some data in a sqlite table. I'm using a timestamp field in the table.
I'm reading values from a low energy bluetooth device, and updating a display. Just wondering if the android date.now / time.now is the equivalent to the timestamp (current timestamp).
Or should write the timestamp to the record, then read the timestamp and update the display after inserting a record.
I'm reading values from a low energy bluetooth device, and updating a display. Just wondering if the android date.now / time.now is the equivalent to the timestamp (current timestamp).
Or should write the timestamp to the record, then read the timestamp and update the display after inserting a record.