Hello,

I have created a simple activity with a chronometer widget just to display 
the elapsed time.
The code is really simple:

//Initiate the chronometer base time
chChronometer.setBase(SystemClock.elapsedRealtime());
//start the chronometer
chChronometer.start();

The time displayed lags hard against other chronometers, what can be 
visible within less than one minute. 
The device I´m testing on is a Galaxy Nexus running 4.1.2
My references for comparison are a Nexus 7 running 4.2 (standard stopwatch, 
not an app), 2 real watches

Is this a known issue? Are there any other steps I should take to make 
things go right?

Thanks,
Gabriel Simões

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to