Hi,
Is it possible to detect when a glance/widget app is stopped?
The onStop() handler on AppBase fires when the glance closes and hands over to the View so that's too early -- I'm just starting then, not stopping!
Once in the view (or ViewLoop in my case) how do I know when the user has clicked (Edge/touch) or backed out (watch Back-button) back to the device "home" page so I can do my application state-saving? Hopefully it's something easy I have missed.
I have a temporary System.exit() set-up which I am using to see if where an event is fired?
Maybe this is the *wrong way to test or am I missing something in the Simulator? Should Simulator -> File/Quit act as the Device exit methods?
Many thanks in advance