I think that's the way the chronometer works -- look at the code, it seems to be by design that it keeps counting when it's paused. I just wrote my own pauseable chronometer to fix this...
On Mar 30, 10:07 am, Injeniero Barsa <[email protected]> wrote: > Hello, > > I'm having trouble with the Chronometer class. When I call the stop() > method, it freezes the display, but not the upcount. For instance, the > widget displays 00:04 and I call the stop() method. 8 seconds later I > call the start() method and it doesn't start from 00:04, but from > 00:12. > > ¿How can I correct this? > > Thanks in advanced. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

