android--线程

Posted 西北野狼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android--线程相关的知识,希望对你有一定的参考价值。

进程优先级

Foreground Process:前台进程,用户可见,被遮挡,虽然可见,但是不属于前台进程;

Background Process:后台进程,用户不可见,进程包含service,重要性高,也存在空进程,不做任何事情。

 

先立个大纲,明天写吧(2017年1月11日20:19:49)

线程调度

 

thread runnable

AsyncTask

HandlerThread

ThreadPoolExecutor

IntentService

 

以上是关于android--线程的主要内容,如果未能解决你的问题,请参考以下文章

Android进阶知识——Android线程和线程池

Android进阶知识——Android线程和线程池

Android进阶知识——Android线程和线程池

Android 中的“子线程”解析

Android线程池的使用

android怎么判断线程池的任务等待