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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -