iOS 4.0 中的多任务处理对开发人员有何影响?
我刚刚观看了 Apple 的这段视频,该视频展示了新设备上的多任务处理iPhone(运行 iOS 4.0)。多任务处理对开发人员有何影响?包括积极因素和消极因素。
例如,如果用户决定同时启动两个资源密集型应用程序,其中一个应用程序崩溃并且游戏进度(例如)丢失,会发生什么情况。开发人员在为新操作系统和手机编写应用程序时是否应该考虑这一点?
I just watched this video from Apple that shows multi-tasking on the new iPhone (running iOS 4.0). What are the implications of multi-tasking to developers? Include both positives and negatives.
For example what happens if the user decides to launch two resource-intensives apps at the same time, one of the apps crashes and progress in a game (for example) is lost. Should developers be considering this when writing apps for the new OS and phone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中之一将在前台运行。如果系统资源不足,它将终止后台运行的系统。应用程序总是有机会保存其状态。
One of them will run on foreground. If the system gets thin on resources, it will terminate the one running in background. The application always gets a chance to save its state.