I’m developing some kind of stopwatch app where I use “system.getTimer()” to measure the elapsed time in msec.
A few weeks ago I asked about support for this fast application switching as I need the user to switch to other apps while the timer is running… so I was pretty happy with this announcement for support.
However, it seems that this timer used by system.getTimer() get also stopped by the system when you switch, and resumes when you come back, which is not what I need.
Is that the correct/intended functionality of system.getTimer() ?
Are there any other options to measure the real elapsed time in msec since the app launched?
The ability to enable this fast switching while keeping my timer running is pretty crucial for my app.
Thanks, Frank.
[import]uid: 9044 topic_id: 7837 reply_id: 32977[/import]