What happens when you click on an application's launch icon?

后端 未结 2 1757
春和景丽
春和景丽 2021-02-05 12:40

 What happens when you click on an app\'s launch icon?

  1. Is a new intent always sent, or is the result sometimes the same as resuming a task from recent tasks?

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 12:50

    Your best bet is to read through the Developer docs here: http://developer.android.com/training/basics/activity-lifecycle/index.html

    There is a flow chart in the first lesson(http://developer.android.com/images/training/basics/basic-lifecycle.png) which provides an excellent graphical representation of the Android activity life-cycle.

提交回复
热议问题