im having a ton of trouble in my custom stopwatch app
I am currently using getTimer and due to its nature(?) of incrementing a bit erratically (at least to me) I had to (and still debugging) do a lot of hacks/workaround.
Hence my question would be - for a stopwatch app that wants to track the lap times / rest times and total time, which sort of timer should I be using?
On the on update function, it seems to me that if I don't use the getTimer, the elapsed time for the stopwatch doesn't increment(?)
I think I tried to do/use something like follow the Unix epoch time and then just add the seconds but I think it failed.
Every time I think I'm done, I find another bug (!!)