
android
feval
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android O 源码下载
Android O 原生代码下载,在source.android.com上都有,参考如下链接,需要vpn访问 https://source.android.com/source/downloading 英文版 https://source.android.com/source/downloading?hl=zh-cn 中文版 分支信息:https://source原创 2017-08-22 14:21:37 · 1139 阅读 · 0 评论 -
Android StateMachine 原理及实例(官方)
/** * {@hide} * * The state machine defined here is a hierarchical state machine which processes messages * and can have states arranged hierarchically. * * A state is a State object and m原创 2017-09-01 15:35:02 · 488 阅读 · 0 评论