Why Don't SmartPhone Apps Provide Exit?
Thanks,
Thanks,
As a PocketPC user, one of the first add-ons I purchased was Spb Pocket Plus.
http://www.spbsoftwarehouse.com/products/pocketplus/?en
One of the major features of Spb Pocket Plus is the ability to reconfigure the [x] button as a true application Exit button, rather than as application Hide. On both Pocket PC and SmartPhone I do find that the greater number of concurrently running programs do seem to cause OS slowdown. I don't find your assertion to be true at all. If I'm done with an application, why wouldn't I want to Exit it in order to free up resources?
I'm asking this question as a developer. I'm working on a SmartPhone app and I'm wondering why shouldn't I provide an Exit function? On the other hand, I'm noticing that no other applications do provide this and I wouldn't want to go out on a limb with this if there's a particular reason NOT to provide application Exit.
Thank you very much for your reply.
As far as startup lag, I find that my Audiovox SMT5600 starts applications up very quickly. In fact, starting an application with a minimum of applications running, executes more quickly than a resume of an application at a time when many applications are running concurrently. Therefore, I think that I will provide an Exit function on my application menu.
In fact, I think that I will provide two options: Suspend - which will preserve application state to be restored on the next startup, and Exit - which will dump the application state and start up cleanly on the next startup.
Thanks for your advice!