Hello there,
I have built an app which calls a GPS function
[lua]Runtime:addEventListener( “location”, locationHandler )[/lua]
in response to a button click. This works great, and I can populate labels on the screen with the data received.
What I would like to do is have my listener run in a thread (or similar) so that other screen views in my application could also display the GPS data.
Is there a way of doing this?
Many thanks
Robin [import]uid: 74250 topic_id: 12409 reply_id: 312409[/import]