
Android 源码分析
自顶向下,笨方法学习 Android 源码。
mzlogin
公众号:闷骚的程序员
展开
-
Android 源码分析 —— Handler、Looper 和 MessageQueue
本系列文章在 https://github.com/mzlogin/rtfsc-android 持(jing)续(chang)更(duan)新(geng)中,欢迎有兴趣的童鞋们关注。 本篇原始链接:https://github.com/mzlogin/rtfsc-android/blob/master/0x004-handler-looper-messagequeue.md书接上...原创 2018-06-11 22:02:52 · 420 阅读 · 1 评论 -
Android 源码分析 —— 从 Toast 出发
本系列文章在 https://github.com/mzlogin/rtfsc-android 持续更新中,欢迎有兴趣的童鞋们关注。 本篇原始链接:https://github.com/mzlogin/rtfsc-android/blob/master/0x003-start-from-toast.md(图 from Android Developers)Toast 是 Android 开发原创 2017-11-20 11:32:45 · 1718 阅读 · 0 评论 -
阅读源码的意义与方法
此系列文章在 https://github.com/mzlogin/rtfsc-android 集中更新发布,欢迎感兴趣的童鞋们关注。 本篇原始链接 https://github.com/mzlogin/rtfsc-android/blob/master/0x002-methods-and-meaning.md思索了这两个问题良久,也去知乎找了一些相关话题的问答,但并没有标准答案。所以,原创 2017-11-17 08:13:12 · 1028 阅读 · 0 评论 -
Android 源码分析开篇
Android 源码分析系列文章开篇原创 2017-11-13 08:28:03 · 602 阅读 · 0 评论 -
Android 源码分析——阅读源码工具选用
此系列文章在 https://github.com/mzlogin/rtfsc-android 集中更新发布,欢迎感兴趣的童鞋们关注。本篇原始链接:https://github.com/mzlogin/rtfsc-android/blob/master/0x001-tools.md之前我写过一篇 搭建大型源码阅读环境——使用 OpenGrok,给大家介绍了一款开源的源码阅读工具的安装方法,实际到目前原创 2017-11-16 13:53:13 · 11193 阅读 · 4 评论