java - Accurate time on Android -
is there way time precisely in android . found ntp best way ..is there existing library there in android taking ntp time .? appreciated. in advance
use
system.currenttimemillis()
according docs: returns current system time in milliseconds since january 1, 1970 00:00:00 utc.
Comments
Post a Comment