摘要: HandlerThread是一种特殊的Thread,也就是有Looper的thread,既然有looper的话,那我们就可以用此looper来创建一个Handler,从而实现和它的交互,比如你可以通过与它关联的Handler对象在UI线程中发消息给它处理。HandlerThread一般可以用来执... 阅读全文
posted @ 2014-05-12 23:33 xiaoweiz 阅读(1898) 评论(0) 推荐(0) 编辑