Android framework学习索引

binder基础

启动流程要求对于binder机制有了解,要有binder的学习基础
binder机制
https://mp.weixin.qq.com/s/EE8H7Q3Dysas5kLs-jN-vg
该文里有三篇参考文,要一并了解。
一个面试问答
https://blog.csdn.net/linmiansheng/article/details/37918333

binder详解
https://mp.weixin.qq.com/s/HVWZJWRqFx3wGOv3s7uO2w

Android framework学习索引_第1张图片
image.png

一个系列
binder
https://www.jianshu.com/p/4ee3fd07da14
最终代码实现借助aidl和手工实现binder的两套代码
手动binder
https://github.com/BaronZ88/HelloBinder/blob/master/app/src/main/java/com/baronzhang/ipc/proxy/Proxy.java

借助aidl
https://github.com/SpikeKing/BinderPoolDemo

IPC的另一种实现,localServerSocket
https://www.jianshu.com/p/7cc0a649e1a1

启动&绘制&时间分发

Android 启动到绘制,事件下发的整理
https://www.jianshu.com/p/a637b5779980

启动模式

接下来的activity启动,要关注的是启动模式
四大启动模式,启动模式实际上就是activitiy栈的管理
https://mp.weixin.qq.com/s/EDyPTQJ5fpKyll9Cp-MOrA

https://www.jianshu.com/p/4c8d6e2117ac

Task and Back Stack
http://blog.csdn.net/carrey1989/article/details/9056501

四大组件生命周期,fragment的生命周期也要一并了解

http://www.cnblogs.com/bravestarrhu/archive/2012/05/02/2479461.html

Android framework学习索引_第2张图片
image.png

Context相关

https://mp.weixin.qq.com/s/AUKoLpGrCyJd1YcPGP7Yyw

四大引用

https://www.jianshu.com/p/50b9db5924b8

davik/art

https://blog.csdn.net/jason0539/article/details/50440669

https://www.jianshu.com/p/a7f31aee4e2e

类加载

https://www.jianshu.com/p/a990dd6eea33

LRU cache

https://www.jianshu.com/p/b49a111147ee

https://juejin.im/post/5b5d4e2d6fb9a04fc226c09f

diskLRU

https://blog.csdn.net/guolin_blog/article/details/28863651

adb使用

https://juejin.im/post/5b5683bcf265da0f9b4dea96

https://juejin.im/entry/5b7ccbace51d4538c86cfe44

AMS

PMS

概述及启动流程
https://blog.csdn.net/linliang815/article/details/76640262

PM的applicationInfo
https://blog.csdn.net/itfootball/article/details/22385437
PM的packageInfo
https://blog.csdn.net/itfootball/article/details/22439647
PM的packageParser解析器
https://blog.csdn.net/itfootball/article/details/22439647

PMS源码分析
https://blog.csdn.net/dongxianfei/article/details/52717981

https://www.jianshu.com/p/0b0d6f684580

pms安装apk
https://blog.csdn.net/xiashaohua/article/details/75129690

WMS

https://blog.csdn.net/pihailailou/article/details/78473201

https://blog.csdn.net/yhaolpz/article/details/68936932

热更/组件化/插件化
https://www.jianshu.com/p/9f392c46e670

ANR分析
https://juejin.im/entry/5c3e9ef6e51d4539b927dfd1

Android Native Crash 收集
https://juejin.im/post/5b7e0cbce51d4538c77a856b

Android framework学习索引_第3张图片
image.png

你可能感兴趣的:(Android framework学习索引)