2016年9月7日
摘要: https://possiblemobile.com/2013/06/context/ 阅读全文
posted @ 2016-09-07 16:25 程序小世界 阅读(115) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-09-07 16:20 程序小世界 阅读(148) 评论(0) 推荐(0)
摘要: Activity管理的核心是AcitivityManagerService,是一个独立的进程; ActiveThread是每一个应用程序所在进程的主线程,循环的消息处理; ActiveThread与AcitivityManagerService的通信是属于进程间通信,使用binder机制; 1 使用 阅读全文
posted @ 2016-09-07 08:54 程序小世界 阅读(312) 评论(0) 推荐(0)