`
007007jing
  • 浏览: 43421 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

life cycle of an Android activity

阅读更多



 In Android, an application can be “alive” even if its process has been

killed. Put another way, the activity life cycle is not tied to the process

life cycle. Processes are just disposable containers for activities.

摘自 Hello.Android.3rd.Edition

  • 大小: 37.7 KB
分享到:
评论

相关推荐

    Prob1-Understanding-the-Life-Cycle-of-an-Activity

    本项目"Prob1-Understanding-the-Life-Cycle-of-an-Activity"旨在深入理解`Activity`的生命周期,这对于开发高效、响应及时且用户体验良好的Android应用至关重要。 1. **Activity生命周期概述** `Activity`的生命...

    Creating.Dynamic.UI.with.Android.Fragments.2nd.Edition.1785889

    Manage the creation and life cycle of fragments Dynamically manage fragments using the FragmentTransaction class Learn the application design for communicating between fragments Leverage fragments ...

    Android代码-AndroidViewModel

    An instance of a ViewModel class is assigned to your Fragment or Activity during the first creation and is kept during it's life cycle, even between display orientation changes. The ViewModel instance...

    一本android的好书beginning android 2 和 源码

    ■Chapter 16: Handling Activity Life Cycle Events Schroedinger’s Activity Life, Death, and Your Activity onCreate() and onDestroy() onStart(), onRestart(), and onStop() onPause() and onResume() ...

    Android代码-lotus

    Observers have life-cycle attributes Observers bind lifecycle owner(Activity/Fragment) with an API. Lifecycle-aware components perform actions in response to a change in the lifecycle status of ...

    android-a programmer's guide

    Android Application Life Cycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 5 Application: Hello World! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ...

Global site tag (gtag.js) - Google Analytics