Here is the first of two support libraries for my MidiSystem Library. This is a simple NanoTime wrapper.
From the Android Docs:
Download and unzip the file and copy the .jar and .xml files to your additional libraries folder.
Edit (Erel): I've removed Utils.java from the jar file.
From the Android Docs:
Returns the current timestamp of the most precise timer available on the local system, in nanoseconds. Equivalent to Linux's CLOCK_MONOTONIC.
This timestamp should only be used to measure a duration by comparing it against another timestamp on the same device. Values returned by this method do not have a defined correspondence to wall clock times; the zero value is typically whenever the device last booted. Use currentTimeMillis() if you want to know what time it is.
Download and unzip the file and copy the .jar and .xml files to your additional libraries folder.
Edit (Erel): I've removed Utils.java from the jar file.
Attachments
Last edited by a moderator: