Henry的米仓

导航

2017年8月28日 #

ActivityThread 源码分析

摘要: ActivityThread是Android Framework中一个非常重要的类,它代表一个应用进程的主线程(对于应用进程来说,ActivityThread的main函数确实是由该进程的主线程执行),其职责就是调度及执行在该线程中运行的四大组件 重要函数: 1、main()函数与systemMai 阅读全文

posted @ 2017-08-28 23:29 Henry-Lee 阅读(686) 评论(0) 推荐(0)

Context 解析

摘要: · ContextWrapper比较有意思,其在SDK中的说明为“Proxying implementation ofContext that simply delegates all of its calls to another Context. Can besubclassed to modi 阅读全文

posted @ 2017-08-28 15:46 Henry-Lee 阅读(148) 评论(0) 推荐(0)