zoukankan      html  css  js  c++  java
  • windwos phone 的多任务 GIS

    理论上,程序的切换不难,但是程序占用的的资源共享很难——包括屏幕和输入设备

    Let’s nail down some terminology that’s consistent with some events I’ll discuss later:

    When an application is run from the Start screen, it is said to be launched.

    When an application is terminated as a result of the Back button, it is closed.

    When the program is running and the user presses the Start button, the program is said to be deactivated, even though it really is quite dead. This is the tombstoned state.

    When a program comes out of tombstoning as the user navigates back to it, it is said to be activated, even though it’s really starting up from scratch.

  • 相关阅读:
    编译错误总结。
    9.7
    9.5
    9.6
    9.4
    9.3
    FutureTask取结果超时代码小测试
    java concurrent包常用类小结
    java Nio零散知识点整理
    java进阶教程unit_2java常用类(2)
  • 原文地址:https://www.cnblogs.com/gisbeginner/p/2549283.html
Copyright © 2011-2022 走看看