|
38 | 38 |
|
39 | 39 | * Android Studio移动鼠标显示悬浮提示的设置方法: <http://www.cnblogs.com/jiangxinnju/p/8227442.html>
|
40 | 40 | * Android真机安装sqlite3的方法: <http://www.cnblogs.com/jiangxinnju/p/8227625.html>
|
41 |
| - |
42 | 41 | * 使用 Intel HAXM 为 Android 模拟器加速,媲美真机: <http://www.cnblogs.com/beginor/archive/2013/01/13/2858228.html>
|
43 |
| -* Android之基于XMPP协议即时通讯软件(一): <http://blog.csdn.net/way_ping_li/article/details/17385379> |
44 |
| -* Android之基于XMPP协议即时通讯软件(二): <http://blog.csdn.net/way_ping_li/article/details/17403929> |
45 |
| -* Android之基于XMPP协议即时通讯软件(三): <http://blog.csdn.net/way_ping_li/article/details/17490377> |
46 | 42 | * Android核心分析: <http://blog.csdn.net/column/details/androidcore.html>
|
47 |
| -* Android 新一代编译 toolchain Jack & Jill 简介: <https://yq.aliyun.com/articles/40811> |
48 | 43 | * ANDROID STUDIO详细教程汇总: <http://stormzhang.com/devtools/2015/06/17/android-studio-all/>
|
49 | 44 | * Android AM命令行启动程序的方法: <http://blog.csdn.net/sunrock/article/details/5675067>
|
50 | 45 | * Android系统开篇: <http://gityuan.com/android/>
|
|
61 | 56 | * 什么是android.R.id.content? <http://blog.csdn.net/colinandroid/article/details/77748695>
|
62 | 57 | * Android Fragment的用法(一): <https://www.cnblogs.com/guop/p/5072572.html>
|
63 | 58 | * Fragment相关: Pro Android 5
|
| 59 | +* Fragment相关源码解析一——FragmentManagerImpl和BackStackRecord: <https://blog.csdn.net/chengkun_123/article/details/72548373> |
| 60 | +* Fragment相关源码解析二——生命周期: <https://blog.csdn.net/chengkun_123/article/details/73302779> |
| 61 | +* Fragment相关源码解析三——状态保存与恢复: <https://blog.csdn.net/chengkun_123/article/details/72832728> |
64 | 62 | * Android Partitions Explained: boot, system, recovery, data, cache & misc: <https://www.addictivetips.com/mobile/android-partitions-explained-boot-system-recovery-data-cache-misc/>
|
65 | 63 | * Android for work总结(上): <http://blog.csdn.net/liu1314you/article/details/52028823>
|
66 | 64 | * Android for work总结(下): <http://blog.csdn.net/liu1314you/article/details/52038916>
|
|
107 | 105 | * Android之分屏模式解析(上): <https://blog.csdn.net/itluochen/article/details/52127126>
|
108 | 106 | * Android之分屏模式解析(下): <https://blog.csdn.net/itluochen/article/details/52127222>
|
109 | 107 | * Android中app进程ABI确定过程: <https://blog.csdn.net/weixin_40107510/article/details/78138874>
|
| 108 | +* Context, What Context? <https://possiblemobile.com/2013/06/context/> |
110 | 109 | * Getting the null pointer exception in the getActionBar method: <https://stackoverflow.com/questions/27959107/getting-the-null-pointer-exception-in-the-getactionbar-method/27960390>
|
111 | 110 |
|
112 | 111 | * Android Studio系列教程一--下载与安装: <http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/>
|
|
122 | 121 | * MIUI ROM适配之旅第一天——认识Android手机: <http://www.miui.com/thread-402302-1-1.html>
|
123 | 122 | * H60-L01 EMUI3.0 ROOT 傻瓜教程: <http://cn.ui.vmall.com/thread-1267937-1-1.html>
|
124 | 123 |
|
| 124 | +## Jack |
| 125 | + |
| 126 | +* Android 新一代编译 toolchain Jack & Jill 简介: <https://yq.aliyun.com/articles/40811> |
| 127 | +* Google 又弃坑了,Jack+Jill vs. javac+dx: <https://zhuanlan.zhihu.com/p/25814519> |
| 128 | + |
| 129 | +## 升级相关 |
| 130 | + |
| 131 | +* Android A/B System OTA分析(一)概览: <https://blog.csdn.net/guyongqiangx/article/details/71334889> |
| 132 | +* Android A/B System OTA分析(二)系统image的生成: <https://blog.csdn.net/guyongqiangx/article/details/71516768> |
| 133 | +* Android A/B System OTA分析(三)主系统和bootloader的通信: <https://blog.csdn.net/guyongqiangx/article/details/72480154> |
| 134 | +* Android A/B System OTA分析(四)系统的启动和升级: <https://blog.csdn.net/guyongqiangx/article/details/72604355> |
| 135 | + |
| 136 | +* Android OTA升级原理和流程分析(一)--update.zip包的制作: <https://blog.csdn.net/ylyuanlu/article/details/44457557> |
| 137 | +* Android OTA升级原理和流程分析(二)---update.zip差分包问题的解决: <https://blog.csdn.net/ylyuanlu/article/details/44457605> |
| 138 | +* Android OTA升级原理和流程分析(三)---Android系统的三种启动模式: <https://blog.csdn.net/ylyuanlu/article/details/44457691> |
| 139 | +* Android OTA升级原理和流程分析(四)---Android系统Recovery模式的工作原理: <https://blog.csdn.net/ylyuanlu/article/details/44457729> |
| 140 | +* Android OTA升级原理和流程分析(五)---update.zip包从上层进入Recovery服务: <https://blog.csdn.net/ylyuanlu/article/details/44457797> |
| 141 | +* Android OTA升级原理和流程分析(六)---Recovery服务流程细节: <https://blog.csdn.net/ylyuanlu/article/details/44457835> |
| 142 | +* Android OTA升级原理和流程分析(七)---Recovery服务的核心install_package函数: <https://blog.csdn.net/ylyuanlu/article/details/44457879> |
| 143 | +* Android OTA升级原理和流程分析(八)---升级程序update_binary的执行过程: <https://blog.csdn.net/ylyuanlu/article/details/44457903> |
| 144 | +* Android OTA升级原理和流程分析(九)---updater-script脚本语法简介以及执行流程: <https://blog.csdn.net/ylyuanlu/article/details/44457941> |
| 145 | + |
125 | 146 | ## ADB
|
126 | 147 |
|
127 | 148 | * awesome-adb: <https://github.com/mzlogin/awesome-adb>
|
|
172 | 193 | * <http://xmpp.org/>
|
173 | 194 | * Openfire 的安装和配置: <http://www.cnblogs.com/hoojo/archive/2012/05/17/2506769.html>
|
174 | 195 | * smack4-doc-zh: <https://github.com/likfe/smack4-doc-zh>
|
| 196 | +* Android之基于XMPP协议即时通讯软件(一): <http://blog.csdn.net/way_ping_li/article/details/17385379> |
| 197 | +* Android之基于XMPP协议即时通讯软件(二): <http://blog.csdn.net/way_ping_li/article/details/17403929> |
| 198 | +* Android之基于XMPP协议即时通讯软件(三): <http://blog.csdn.net/way_ping_li/article/details/17490377> |
175 | 199 |
|
176 | 200 | ## Android常见路径说明
|
177 | 201 |
|
|
0 commit comments