Open GoogleCodeExporter opened 8 years ago
Ok, I tested this further, using a controlled fresh test app, using the latest
jar instead of my own customized alt library. Tried the following variations,
same result every time.
Tested on gingerbread and jellybean
tested with the GLE instantiation and without it
tested with api 8, api 10, api 15, and api 17.
Same result every time. I am convinced that i may never have had this working
properly. I am going to try and create my own stopwatch class, but would
really just like to get this one working properly since it is all almost there.
I have a feeling my class will have the same problem or worse.
If anyone has thoughts on what the problem might be i am open to suggestions.
Original comment by bric...@gmail.com
on 26 Jun 2013 at 1:40
Just documenting my progress here because i am only getting a few minutes here
and there to look at this, but made a breakthrough just now.
I realized the problem with the stopwatch is that it updates with the following
method everytime, no matter what...
stopwatchtime = (current time in milliseconds) - (time that component was
initiliazed).
This needs to be adjusted as that is obviously a false equation for a
stopwatch. Not sure on an obvious solutions, so if anyone has suggestions
please post
Original comment by bric...@gmail.com
on 28 Jun 2013 at 1:37
Ok, I figured this out. I just have to do some more testing and tweaking and
then i'll upload a new fork.
standby...
Original comment by bric...@gmail.com
on 28 Jun 2013 at 2:43
Ok this should be fixed. I uploaded a new branch to the bridge. Once Ryan
merges it we should be good to go.
Original comment by bric...@gmail.com
on 1 Jul 2013 at 2:43
Original comment by bric...@gmail.com
on 9 Jul 2013 at 4:48
Original issue reported on code.google.com by
bric...@gmail.com
on 6 Jun 2013 at 6:39