I\'m trying to get the atomic time for an Android app. I\'m using http://hi-android.info/src/android/net/SntpClient.java.html as NTP client and the following code to impleme
Found my mistake! I didn't know that I had to process the ntp task in the background ... I solved the problem with Androids AsyncTask function. Thanks to all who helped me!