【问题标题】:What happens to the exectuting threads (other than Main thread) of an App when the user presses the "Home" button当用户按下“主页”按钮时,应用程序的执行线程(主线程除外)会发生什么情况
【发布时间】:2011-09-26 14:28:08
【问题描述】:

据我所知,当用户按下“主页”按钮时,主线程或 UI 线程将暂停,因为它属于活动生命周期。但是当用户按下“主页”按钮时,应用程序的其他执行线程会发生什么?它们是像后台进程一样执行还是将被暂停?如果他们继续执行,我可以说这些可以替代服务吗?

谢谢

【问题讨论】:

    标签: android


    【解决方案1】:

    是的,它们将继续在后台运行。

    另见:Application threads vs Service threads

    【讨论】:

      猜你喜欢
      • 2014-04-20
      • 1970-01-01
      • 1970-01-01
      • 2012-03-22
      • 2013-10-13
      • 2015-06-27
      • 2019-02-11
      • 2014-08-31
      • 1970-01-01
      相关资源
      最近更新 更多