According iPhone application programmer guide, an application should load with the state it was in when last quit.
This requirement surely brings better usability but also requires some coding effort…
My question is: since iPhone OS 4.0 is released and is keeping last application state automatically, is this effort really justified or needed as for today?
Thanks,
Josh
It doesn’t keep your application state. It keep it in background when you tap home button. But user can close it or system can close your application. So it will be better to keep last state anyway.