Hi
I've been trying unsuccessfully to exit my application by implementing the 'press back again to exit' routine.
I've actually written my own small bit of code to do this which I'll share once I've got everything right. However, at the moment I'm not actually able to remove the application from memory.
I've tried using both Activity.Finish (which I know is the correct approach) and ExitApplication, but no matter what I use the app remains in memory and I can still browse to it through the menu bar.
I've assumed that this must be because of a service or something running in the background, but I can't find anything that would be causing this, there are no services although there is a GPS listener, but I disable this when closing and its still in memory.
Does anyone have any suggestions about what might be causing this?
Many thanks
John
I've been trying unsuccessfully to exit my application by implementing the 'press back again to exit' routine.
I've actually written my own small bit of code to do this which I'll share once I've got everything right. However, at the moment I'm not actually able to remove the application from memory.
I've tried using both Activity.Finish (which I know is the correct approach) and ExitApplication, but no matter what I use the app remains in memory and I can still browse to it through the menu bar.
I've assumed that this must be because of a service or something running in the background, but I can't find anything that would be causing this, there are no services although there is a GPS listener, but I disable this when closing and its still in memory.
Does anyone have any suggestions about what might be causing this?
Many thanks
John