├── Android-Resources-Hodgepodge └── Android-Resources-Hodgepodge(Android资源大杂烩).md ├── Android-Skillful-craftsman └── Android-Skillful-Craftsman(Android能工巧匠).md └── README.md /Android-Resources-Hodgepodge/Android-Resources-Hodgepodge(Android资源大杂烩).md: -------------------------------------------------------------------------------- 1 | **本文声明**: 2 | 3 | > 本文的内容整理自网络,本着知识交流分享的原则,请勿用于商业用途, 4 | 对于引用的部分,都已在文中指出,如果有遗漏的,可以联系本人加上,若有 5 | 侵权,也请指出,本人将及时删掉侵权内容,万分感谢。 6 | 本项目会长期更新,一个人的力量是有限的,欢迎提Issues或Merge Request~ 7 | 8 | 9 | 10 | # Android-Resources-Hodgepodge(Android资源大杂烩) 11 | 12 | 13 | ---------- 14 | 15 | 16 | 17 | 18 | ## 1.教程/文档 19 | 20 | 21 | ---------- 22 | 23 | 24 | - **Android Developer**(官网):[https://developer.android.com/index.html][1] 25 | **无需梯子版**:[http://androiddoc.qiniudn.com/index.html][2] 26 | **无需梯子中文版**(部分中文):[http://www.android-doc.com/][3] 27 | - **Google Android Developers Blog**(官博):[http://android-developers.blogspot.jp/][4] 28 | - **JDK 1.7 API**:[http://tool.oschina.net/apidocs/apidoc?api=jdk_7u4][5]) 29 | - **JDK 1.6 API**(中文):[http://tool.oschina.net/apidocs/apidoc?api=jdk-zh][6] 30 | - **Android Training**:[https://developer.android.com/training/index.html][7] 31 | **中文版**:[http://hukai.me/android-training-course-in-chinese/index.html][8] 32 | - **Android Weekly**:[http://androidweekly.net/][9] 33 | **中文版**:[http://wiki.jikexueyuan.com/project/android-weekly/][10] 34 | - **Material Design**: [https://material.google.com/][11] 35 | **中文版**:[http://wiki.jikexueyuan.com/project/material-design/][12] 36 | - **极客学院 Wiki Android板块**:[http://wiki.jikexueyuan.com/list/android/][13] 37 | - **Gradle Android Plugin**:[http://tools.android.com/tech-docs/new-build-system/user-guide][14] 38 | **中文版**:[https://chaosleong.gitbooks.io/gradle-for-android/content/][15] 39 | [http://avatarqing.github.io/Gradle-Plugin-User-Guide-Chinese-Verision/][16] 40 | - **Google官方性能优化**(GDG中译版):[http://chinagdg.org/google-videos/][17] 41 | - **NewCircle Training**(YouTube视频):[https://www.youtube.com/user/MarakanaTechTV/featured][18] 42 | - **Android Digest**:[https://www.androiddevdigest.com/][19] 43 | - **Android Performance Patterns**(YouTube视频): 44 | [https://www.youtube.com/playlist?list=PLWz5rJ2EKKc9CBxr3BVjPTPoDPLdPIFCE][20] 45 | - **CodePath Android Cliffnotes**(Android学习笔记):[http://guides.codepath.com/android][21] 46 | - **免费编程中文书籍索引**:[https://github.com/justjavac/free-programming-books-zh_CN][22] 47 | - **Java实现各种设计模式范例**:[https://github.com/iluwatar/java-design-patterns][23] 48 | 49 | 50 | ---------- 51 | 52 | 53 | ## 2.开源项目 54 | 55 | 56 | ---------- 57 | 58 | 59 | - **Google Samples**:[https://github.com/googlesamples][24] 60 | - **Android开源项目分类汇总**:[https://github.com/Trinea/android-open-project][25] 61 | - **GitHub Android Libraries Top 100**: 62 | [https://github.com/Freelander/Android_Data/blob/master/Android-Librarys-Top-100.md][26] 63 | - **codekk**(开源项目,源码解析):[http://p.codekk.com/][27] 64 | - **最流行的android组件大全**:[http://colobu.com/2014/08/15/android-components-collection/][28] 65 | - **2015最流行的Android组件、工具、框架大全**: 66 | [http://www.open-open.com/lib/view/open1436262653692.html][29] 67 | - **开源中国社区**(开源项目):[http://www.oschina.net/project/tags][30] 68 | - **F-Droid**(发布/看开源应用):[https://f-droid.org/][31] 69 | - **gold-miner**(掘金翻译计划):[https://github.com/xitu/gold-miner][32] 70 | - **MobDevGroup**(移动平台资源整理):[http://mobdevgroup.com/][33] 71 | - **AndroidLibs**(Android开源代码大全):[https://github.com/XXApple/AndroidLibs][34] 72 | - **Android-arsenal**(开源库分类):[https://android-arsenal.com/demo][35] 73 | - **Android Gems**(开源库分类):[http://www.android-gems.com/category][36] 74 | - **awesome-android**(各种库的分类整理):[https://snowdream.github.io/awesome-android/][37] 75 | - **Square Open Source**:[http://square.github.io/#android][38] 76 | - **Android-Dev-Favorites**(资源收集):[https://github.com/ruijun/Android-Dev-Favorites][39] 77 | - **Android-tech-frontier**(翻译国外文章):[https://github.com/hehonghui/android-tech-frontier/wiki][40] 78 | 79 | 80 | 81 | ---------- 82 | 83 | 84 | ## 3.编码规范/项目协作 85 | 86 | 87 | ---------- 88 | 89 | 90 | - **Google Java编程风格指南**:[http://www.hawstein.com/posts/google-java-style.html][41] 91 | - **Google 官方 Android 编码风格规范**:[http://www.360sdn.com/2013/android_0517/144.html][42] 92 | - **最全面的 Android 编码规范指南**:[https://www.sdk.cn/news/3137][43] 93 | - **Pro Git(官方)**:[https://git-scm.com/book/zh/v2][44] 94 | - **Pro Git(oschina)**:[http://git.oschina.net/progit/index.html][45] 95 | - **Git大法好**:[http://www.jianshu.com/notebooks/3400366/latest][46] 96 | - **廖雪峰Git教程**:[http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000][47] 97 | - **学习,使用 git 过程中做的思维导图**:[https://ruby-china.org/topics/17590][48] 98 | - **基于Repo和Git的版本管理**:[http://blog.csdn.net/ocean2006/article/details/6422952][49] 99 | - **四种常见 Git 工作流比较**:[http://www.cnblogs.com/itech/p/5188929.html][50] 100 | - **git-recipes**:[https://github.com/geeeeeeeeek/git-recipes/wiki][51] 101 | 102 | 103 | 104 | ---------- 105 | 106 | 107 | ## 4.网络期刊 108 | 109 | 110 | ---------- 111 | 112 | 113 | - **开发技术前线**:[http://www.devtf.cn/][52] 114 | - **APP开发日报**:[http://app.memect.com/][53] 115 | - **GDG社区博客**:[http://chinagdg.org/blog/][54] 116 | - **Android Blog 周刊**:[http://androidblog.cn/index.php/Index][55] 117 | - **Android开发技术周报**(脉脉不得语):[http://www.androidweekly.cn/][56] 118 | - **干活集中营**:[http://gank.io/][57] 119 | - **稀土掘金**:[http://gold.xitu.io/explore/android][58] 120 | - **平安金融科技移动开发周报**:[https://github.com/PaicHyperionDev/MobileDevWeekly][59] 121 | - **【Bus Weekly】专题集合每周精选推**:[http://www.apkbus.com/search.php?searchsubmit=yes][60] 122 | - **Relam新闻**:[https://realm.io/cn/news/][61] 123 | - **Android开发总览**:[http://www.nowamagic.net/academy/part/50/115/][62] 124 | - **技术学习小组**:[http://blog.qiji.tech/][63] 125 | - **泡在网上的日子**:[http://www.jcodecraeer.com/][64] 126 | - **技术简报订阅**:[http://memect.com/][65] 127 | - **InfoQ**:[http://www.infoq.com/cn/mobile/][66] 128 | - **《Android经验分享》周刊**:[http://www.jianshu.com/p/0ad44d77be20][67] 129 | - **开发者头条**:[http://toutiao.io/][68] 130 | - **深度开源**:[http://www.open-open.com/lib/][69] 131 | - **Android学习网**:[http://android-study.com/][70] 132 | - **爱编程**:[http://www.w2bc.com/][71] 133 | - **Android100**:[http://www.android100.org/][72] 134 | - **Android开发网**:[http://www.jizhuomi.com/android/][73] 135 | 136 | 137 | 138 | ---------- 139 | 140 | 141 | ## 5.技术社区 142 | 143 | 144 | ---------- 145 | 146 | 147 | - **StackOverFlow**:[http://stackoverflow.com/questions/tagged/android][74] 148 | - **Antonioleiva**(国外Android技术分享网站):[http://antonioleiva.com/][75] 149 | - **segmentfault**:[https://segmentfault.com/t/android][76] 150 | - **Bugly社区**:[http://bugly.qq.com/bbs/portal.php][77] 151 | - **WeTest(腾讯质量开放平台)**:[http://wetest.qq.com/lab/][78] 152 | - **V2EX**:[https://www.v2ex.com/go/android][79] 153 | - **伯乐在线**:[http://android.jobbole.com/category/tech-share/][80] 154 | - **美团点评技术团队**:[http://tech.meituan.com/][81] 155 | - **腾讯AlloyTeam Blog**:[http://www.alloyteam.com/mobiledevelop/android/][82] 156 | - **ImportNew**:[http://www.importnew.com/][83] 157 | - **蘑菇街技术博客**:[http://mogu.io/][84] 158 | - **DiyCode**(高端交流分享社区):[http://www.diycode.cc/][85] 159 | - **天码营**:[http://www.tianmaying.com/topics][86] 160 | - **淘宝前端团队(FED)**[http://taobaofed.org/][87] 161 | - **上海GDG论坛**(Shanghai GDG Forum):[http://www.chinagdg.com/forum-36-1.html][88] 162 | - **酷粒**:[http://coollist.cn/][89] 163 | - **IBM developerWorks**:[http://www.ibm.com/developerworks/cn/][90] 164 | - **阿里技术沙龙**:[http://club.alibabatech.org/][91] 165 | - **利器社群**:[http://liqi.io/community/][92] 166 | - **褪墨・时间管理**:[http://www.mifengtd.cn/articles/][93] 167 | 168 | 169 | 170 | ---------- 171 | 172 | 173 | ## 6.开发资源 174 | 175 | 176 | ---------- 177 | 178 | ### 工具/Demo/Library 179 | 180 | - **AndroidDevTools**(开发相关工具下载):[http://www.androiddevtools.cn/][94] 181 | **Github地址**:[https://github.com/inferjay/AndroidDevTools/][95] 182 | - **23code**(经典源码分享):[http://www.23code.com/][96] 183 | - **Code4App**(iOS源码分享)[http://code4app.com/][97] 184 | - **appance.com**:(各种源码不止Android)[http://www.appance.com/][98] 185 | - **安卓资源库列表**:[http://guides.codepath.com/android][99] 186 | - **IT蓝豹**(demo):[http://itlanbao.com/][100] 187 | - **看源社区**(demo):[http://www.see-source.com/][101] 188 | - [http://app.memect.com/doc/android.html][102] 189 | - **Coolgithubprojects**(Github上的开源项目):[https://se.reddit.com/r/coolgithubprojects][103] 190 | - **AndroidCat**(分类的网站书签):[http://androidcat.com/?step=1&view=CatFragment][104] 191 | - **App Code**(源码):[http://appxcode.com/][105] 192 | - **极分享**:[http://finalshares.com/][106] 193 | - **A梦源码网**:[http://www.amsoft.cn/][107] 194 | - **阳和移动开发**(开源库) [http://www.mobile-open.com/][108] 195 | - **代码片段**(代码粘贴复制):[http://www.phpxs.com/code/java/][109] 196 | - **开发资源合集**(素材等):[http://www.oschina.net/question/2285044_219206?fromerr=gEGePPMG][110] 197 | 198 | 199 | ### 常备工具网址 200 | 201 | - **开源中国在线工具**(乱七八糟什么都有):[http://tool.oschina.net/][111] 202 | - **ATool**(乱七八糟什么都有):[http://www.atool.org/][112] 203 | - **贴XML自动生成findViewById**:[http://android.lineten.net/layout.php][113] 204 | - **Codota**(代码搜索引擎,有插件版):[http://www.codota.com/][114] 205 | - **APK在线反编译**:[http://www.decompileandroid.com/][115] 206 | - **JAR包,class文件反编译**:[http://www.javadecompilers.com/][116] 207 | - **直接下载GooglePlay的APK**: 208 | **APK Downloader**(有插件版):[https://apps.evozi.com/apk-downloader/][117] 209 | **Apkpure**:[https://apkpure.com/][118] 210 | - **代码在线运行**(无广告,清爽):[http://tool.lu/coderunner/][119] 211 | - **普通图标搜索**:**MYPNG**:[http://www.mypng.cn/][120] 212 | - **Android Asset(矢量图) 图标**: 213 | - **IconFont**(阿里巴巴矢量图标库):[http://www.iconfont.cn/][121] 214 | **IcoMoon**:[https://icomoon.io/app/#/select][122] 215 | **FlatIcon**:[http://www.flaticon.com/][123] 216 | **AndroidAssetStudio**:[http://romannurik.github.io/AndroidAssetStudio/index.html][124] 217 | - **Json校验解析等**:[http://www.bejson.com/][125] 218 | [http://www.kjson.com/jsoneditor/][126] 219 | - **RGB颜色查询对照表**:[http://www.114la.com/other/rgb.htm][127] 220 | - **在线获取颜色值**:[http://colorpickernow.com/][128] 221 | [http://www.colorspire.com/rgb-color-wheel/][129] 222 | - **在线模拟贝塞尔曲线**:[https://myst729.github.io/bezier-curve/][130] 223 | - **文件内容差异比较**:[https://www.diffchecker.com/][131] 224 | - **在线视频编辑工具**:[http://online-video-cutter.com/][132] 225 | - **Markdown在线编辑工具**:[http://mdp.tylingsoft.com/][133] 226 | - **Emojione**(emoji表情查找下载):[http://emojione.com/][134] 227 | - **Emoji表情的Unicode编码表**:[http://apps.timwhitlock.info/emoji/tables/unicode][135] 228 | - **天朝城市列表**(城市代码):[https://github.com/ruixingchen/ChinaCityList/blob/master/ChinaCityList.json][136] 229 | - **正则表达式测试**:[https://regex101.com/][137] 230 | - **SmallPDF**(各种PDF操作/功能):[https://smallpdf.com/cn][138] 231 | - **Material Design 调色板**:[https://www.materialpalette.com/][139] 232 | - **Material Disign 颜色值**:[https://gist.github.com/daniellevass/b0b8cfa773488e138037][140] 233 | - **ActionBar Style生成器**:[http://jgilfelt.github.io/android-actionbarstylegenerator/][141] 234 | - **SVG转VectorDrawable**:[http://inloop.github.io/svg2android/][142] 235 | - **在线.9图制作**:[http://romannurik.github.io/AndroidAssetStudio/nine-patches.html][143] 236 | - **在线不同颜色风格的控件**:[http://android-holo-colors.com/][144] 237 | - **px,dp,sp,pt 转换相关**: 238 | [http://labs.rampinteractive.co.uk/android_dp_px_calculator/][145] 239 | [http://angrytools.com/android/pixelcalc/][146] 240 | [http://pixplicity.com/dp-px-converter/][147] 241 | - **Grepcode**(源码搜索引擎):[http://grepcode.com/search/?query=google+android&entity=project][148] 242 | - **十进制与十六进制互转**:[http://www.binaryhexconverter.com/decimal-to-hex-converter][149] 243 | - **APIStore**(收录各种日常API):[http://apistore.baidu.com/][150] 244 | - **在线绘制UML**(国外,有些慢,不过UI蛮好看的):[https://cacoo.com/getstarted/][151] 245 | - **ProcessOn**(国内,支持多种图,还不错):[https://www.processon.com/][152] 246 | - **马克鳗**(标注测量工具):[http://www.getmarkman.com/][153] 247 | **PxCook像素大厨**(UI设计利器):[http://www.fancynode.com.cn/][154] 248 | 249 | 250 | ### Android Studio 插件 251 | 252 | ——以下内容摘自:[习惯沉默的Blog——Android Studio插件整理][155],只贴概述,效果自行到博客查看。 253 | 254 | - **GsonFormat**:Json直接转成Java Bean,Alt+Insert选择GsonFormat即可。 255 | - **Android ButterKnife Zelezny**:在Activity,Fragment,Adapter中选中xml自动生成ButterKnife注解。 256 | - **Android Code Generator**:根据布局文件快速生成Activity,Fragment,Adapter,Menu。 257 | - **BorePlugin**:根据布局自动生成findViewById,onClick等代码。 258 | - **Android Parcelable code generator**:JavaBean序列化,快速实现Parcelable接口。 259 | - **GenerateSerialVersionUID**:实现Serializable序列化Bean。 260 | - **Android Methods Count**:显示依赖库中的方法数(Android 65k,你懂的)。 261 | - **Lifecycle Sorter**:让Activity或Fragment里重写的生命周期方法按生命周期的先后顺序排序。 262 | - **CodeGlance**:代码预览,快速定位,Sublime Text右侧那种代码缩略图。 263 | - **ADB WIFI**,**AndroidWiFiADB**:wifi无线调试APP。 264 | - **AndroidPixelDimenGenerator**:自动生成dimen.xml文件插件。 265 | - **JsonOnlineViewer**:请求调试后台接口用。 266 | - **Android Styler**:根据xml自动生成style代码,选中View/ViewGroup,Ctrl+shift+D。 267 | - **Android Drawable Importer**:支持多源批量导入图片的插件。 268 | - **SelectorChapek for Android**:根据资源文件命名自动生成Selector文件。 269 | - **Android Holo Colors Generator**:通过自定义Holo主题颜色生成对应的Drawable和布局文件。 270 | - **GradleDependenciesHelperPlugin**:maven gradle 依赖支持自动补全。 271 | - **RemoveButterKnife**:将ButterKnife回复findViewById。 272 | - **AndroidProguardPlugin**:一键生成项目混淆代码。 273 | - **otto-intellij-plugin**:otto事件导航工具。 274 | - **eventbus-intellij-plugin**:EventBus导航工具。 275 | - **Dagger-intellij-plugin**:dagger可视化辅助工具。 276 | - **idea-markdown**,**Markdown Navigator**:Markdown插件。 277 | - **Sexy Editor**:设置AS背景图。 278 | - **folding-plugin**:布局文件分组。 279 | - **Android-DPI-Calculator**:DPI计算插件。 280 | - **Android Studio Prettify**:将代码中的字符串写在String.xml中。 281 | - **Material Theme UI**:为AS设置Material主题的插件。 282 | - **.ignore**:自动生成模板.gitignore+自动补全。 283 | - **ECTranslation**:画词翻译插件。 284 | - **TranslationPlugin**:翻译插件。 285 | - **PermissionsDispatcher plugin**:自动生成6.0权限的代码。 286 | - **WakaTime**:记录你在IDE上的工作时间。 287 | - **AndroidLocalizationer**:将string资源自动翻译成其他语言。 288 | - **SingletonTest**:快速生成单例模式。 289 | - **LayoutFormatter**:Drakeet 开发一个一键格式化你的XML文件的插件。 290 | - **android-strings-search-plugin**:一个可以通过输入文字找到strings.xml资源的插件。 291 | - **Statistic**:文件行数统计 292 | - **代码配色**:[http://color-themes.com/?view=index][156] 293 | 294 | ...如需查看更多可见:[http://mobdevgroup.com/tools/android][157] 295 | 296 | 297 | ### Chrome插件 298 | 299 | - **Android SDK Search插件**(直接在官方文档看源码): 300 | [https://chrome.google.com/webstore/detail/android-sdk-search/hgcbffeicehlpmgmnhnkjbjoldkfhoin][158] 301 | - 后面补齐... 302 | 303 | 304 | ---------- 305 | 306 | 307 | ## 7.知(逼)乎专栏 308 | 309 | 310 | ---------- 311 | 312 | 313 | - **Android 科学院**:[https://zhuanlan.zhihu.com/andlib][159] 314 | - **安卓同学**:[https://zhuanlan.zhihu.com/androidmate][160] 315 | - **中二病也要开发ANDROID**:[https://zhuanlan.zhihu.com/kaede][161] 316 | - **『Android 还可以这样开发』**:[https://zhuanlan.zhihu.com/kotandroid][162] 317 | - **AndroidDeveloper**:[https://zhuanlan.zhihu.com/stormzhang][163] 318 | - **张明云的知识共享**:[https://zhuanlan.zhihu.com/zmywly8866][164] 319 | 320 | 321 | 322 | ---------- 323 | 324 | 325 | ## 8.简书专题 326 | 327 | 328 | ---------- 329 | 330 | 331 | - **Android Dev**(Tikitoo):[http://www.jianshu.com/collection/6e31b7354a48][165] 332 | - **Android开发经验谈**(张明云):[http://www.jianshu.com/collection/5139d555c94d][166] 333 | - **Android知识**(码农明明桑):[http://www.jianshu.com/collection/3fde3b545a35][167] 334 | 335 | 336 | 337 | ---------- 338 | 339 | 340 | ## 9.公众号 341 | 342 | 343 | ---------- 344 | 345 | **下列内容部分引用自**:[张明云 Open软件开发小组][168] 346 | 347 | 348 | |1|2|3|4| 349 | |:-:|:-:|:-:|:-:| 350 | |
**Open软件开发小组**

![][169]|
**腾讯Bugly**

![][170]|
**郭霖**

![][171]|
**鸿洋**

![][172]| 351 | |
**QQ音乐技术团队**

![][173]|
**Android面试启示录**

![][174]|
**微信移动客户端开发团队**

![][175]|
**mobilehub**

![][176]| 352 | |
**QQ空间终端开发团队**

![][177]|
**非著名程序员**

![][178]|
**移动开发前线**

![][179]|
**流利说技术团队**

![][180]| 353 | |
**小创作**

![][181]|
**Android开发精选**

![][182]|
**codeKK**

![][183]|
**Android程序员**

![][184]| 354 | |
**Android群英传**

![][185]|
**魔都三帅**

![][186]|
**安卓应用频道**

![][187]|
**安卓同学**

![][188]| 355 | |
**Android开发艺术探索**

![][189]|
**Android博客周刊**

![][190]|
**Android安全技术大本营**

![][191]|
**沪江技术学院**

![][192]| 356 | |
**寒江不钓**

![][193]|
**keegan小钢**

![][194]|
**架构师之路**

![][195]|
**聊聊架构**

![][196]| 357 | |
**EGONetworks**

![][197]|
**InfoQ**

![][198]|
**程序猿**

![][199]|
**ImportNew**

![][200]| 358 | |
**伯乐在线**

![][201]|
**技术最前线**

![][202]|
**码农翻身**

![][203]|
**听云**

![][204]| 359 | |
**腾讯移动品质中心TMQ**

![][205]|
**鹅厂测试前沿**

![][206]|
**巴哥奔**

![][207]|
**PMCAFF**

![][208]| 360 | |
人人都是产品经理

![][209]|
**给产品经理讲技术**

![][210]|
**MacTalk**

![][211]|
**银教授吐槽**

![][212]| 361 | |
**warfalcon**

![][213]|
**余晟以为**

![][214]|
**keso怎么看**

![][215]|
**鬼脚七**

![][216]| 362 | |
**肉饼铺子**

![][217]|
**二爷鉴书**

![][218]|
**小道消息**

![][219]|
**AndroidDeveloper**

![][220]| 363 | |
**程序员的那些事**

![][221]|
**java那些事**

![][222]|
**阿里百川**

![][223]|
**谷歌开发者**

![][224]| 364 | |
**APP架构师**

![][225]|
**Android面霸君**

![][226]|
**学姐的IT专栏**

![][227]|
**WeMobileDev**

![][228]| 365 | 366 | ---------- 367 | 368 | 369 | ## 10.视频教程 370 | 371 | 372 | ---------- 373 | 374 | 375 | - **慕课网**:[http://www.imooc.com/course/list?c=android][229] 376 | - **极客学院**:[http://www.jikexueyuan.com/course/android/][230] 377 | - **麦子学院**:[http://www.maiziedu.com/course/android/][231] 378 | - **Mars Android开发视频教程**:[http://mars.apkbus.com/][232] 379 | - **老罗 Android开发视频教程**:[http://luo.apkbus.com/][233] 380 | - **Udacity android courses**:[https://www.udacity.com/courses/android][234] 381 | - **腾讯大讲堂讲座视频**:[http://djt.qq.com/videos/][235] 382 | ... 383 | 384 | 385 | ---------- 386 | 387 | 388 | ## 11.面试相关 389 | 390 | 391 | ---------- 392 | 393 | 394 | - **牛客网**:[https://www.nowcoder.com/][236] 395 | - **LearningNotes**(面试方方面面):[https://github.com/GeniusVJR/LearningNotes][237] 396 | - **skillgun**(选择题,英语):[http://skillgun.com/android/interview-questions-and-answers][238] 397 | - **android-discuss**(Android问题交流坛):[https://github.com/android-cn/android-discuss][239] 398 | - **《Android 开发工程师面试指南》**:[http://www.diycode.cc/wiki/androidinterview][240] 399 | - **Android工程师面试题大全**: 400 | [http://blog.csdn.net/mc_hust/article/details/49517915][241] 401 | [http://www.jianshu.com/p/1bdf7d0e1ac5][242] 402 | - **[干货]快速了解Android重要机制**:[http://www.jianshu.com/p/5f6d79323923][243] 403 | - **BAT|无线工程师面试流程详细解析**:[http://www.jianshu.com/p/f0d2ed1254a9][244] 404 | ... 405 | 406 | 407 | ---------- 408 | 409 | 410 | ## 12.精美APP观摩(推广)/评测/软文 411 | 412 | - **豌豆荚设计奖**:[http://www.wandoujia.com/award][245] 413 | - **最美应用**:[http://zuimeia.com/?platform=2][246] 414 | - **少数派**:[http://sspai.com][247] 415 | - **爱应用**:[http://www.iapps.im/][248] 416 | - **爱屁屁**:[http://www.appnz.com/][249] 417 | - **数字尾巴**:[http://www.dgtle.com/][250] 418 | - **氪TV**:[http://tv.36kr.com/][251] 419 | - **ifanr 爱范儿**:[http://www.ifanr.com/][252] 420 | - **钛媒体**:[http://www.tmtpost.com/][253] 421 | - **ZEALER科技视频**:[http://www.zealer.com/media][254] 422 | ... 423 | 424 | **文章**: 425 | - **移动端的app应用推广流程以及优化的注意事项**: 426 | [http://www.wtoutiao.com/p/1d7t60h.html][255] 427 | - **APP初期上线,有哪些比较靠谱的推广渠道、方式?** 428 | [https://www.zhihu.com/question/27539055#answer-22840481][256] 429 | 430 | ---------- 431 | 432 | ## 参考网站 433 | 434 | 本文内容摘取自下述站点(参考较多,有遗漏的欢迎提出): 435 | 436 | > 437 | - [http://androidcat.com/][257] 438 | - [https://github.com/zmywly8866/Worth-Reading-the-Android-technical-articles/blob/master/Android%E4%BC%98%E8%B4%A8%E6%8A%80%E6%9C%AF%E8%B5%84%E6%BA%90%E5%90%88%E9%9B%86.md][258] 439 | - [http://androidblog.cn/tools/#clean][259] 440 | - [https://github.com/zhujun2730/Android-Learning-Resources][260] 441 | 442 | 443 | ---------- 444 | 445 | 446 | [1]: https://developer.android.com/index.html 447 | [2]: http://androiddoc.qiniudn.com/index.html 448 | [3]: http://www.android-doc.com/ 449 | [4]: http://android-developers.blogspot.jp/ 450 | [5]: http://tool.oschina.net/apidocs/apidoc?api=jdk_7u4 451 | [6]: http://tool.oschina.net/apidocs/apidoc?api=jdk-zh 452 | [7]: https://developer.android.com/training/index.html 453 | [8]: http://hukai.me/android-training-course-in-chinese/index.html 454 | [9]: http://androidweekly.net/ 455 | [10]: http://wiki.jikexueyuan.com/project/android-weekly/ 456 | [11]: https://material.google.com/ 457 | [12]: http://wiki.jikexueyuan.com/project/material-design/ 458 | [13]: http://wiki.jikexueyuan.com/list/android/ 459 | [14]: http://tools.android.com/tech-docs/new-build-system/user-guide 460 | [15]: https://chaosleong.gitbooks.io/gradle-for-android/content/ 461 | [16]: http://avatarqing.github.io/Gradle-Plugin-User-Guide-Chinese-Verision/ 462 | [17]: http://chinagdg.org/google-videos/ 463 | [18]: https://www.youtube.com/user/MarakanaTechTV/featured 464 | [19]: https://www.androiddevdigest.com/ 465 | [20]: https://www.youtube.com/playlist?list=PLWz5rJ2EKKc9CBxr3BVjPTPoDPLdPIFCE 466 | [21]: http://guides.codepath.com/android 467 | [22]: https://github.com/justjavac/free-programming-books-zh_CN 468 | [23]: https://github.com/iluwatar/java-design-patterns 469 | [24]: https://github.com/googlesamples 470 | [25]: https://github.com/Trinea/android-open-project 471 | [26]: https://github.com/Freelander/Android_Data/blob/master/Android-Librarys-Top-100.md 472 | [27]: http://p.codekk.com/ 473 | [28]: http://colobu.com/2014/08/15/android-components-collection/ 474 | [29]: http://www.open-open.com/lib/view/open1436262653692.html 475 | [30]: http://www.oschina.net/project/tags 476 | [31]: https://f-droid.org/ 477 | [32]: https://github.com/xitu/gold-miner 478 | [33]: http://mobdevgroup.com/ 479 | [34]: https://github.com/XXApple/AndroidLibs 480 | [35]: https://android-arsenal.com/demo 481 | [36]: http://www.android-gems.com/category 482 | [37]: https://snowdream.github.io/awesome-android/ 483 | [38]: http://square.github.io/#android 484 | [39]: https://github.com/ruijun/Android-Dev-Favorites 485 | [40]: https://github.com/hehonghui/android-tech-frontier/wiki 486 | [41]: http://www.hawstein.com/posts/google-java-style.html 487 | [42]: http://www.360sdn.com/2013/android_0517/144.html 488 | [43]: https://www.sdk.cn/news/3137 489 | [44]: https://git-scm.com/book/zh/v2 490 | [45]: http://git.oschina.net/progit/index.html 491 | [46]: http://www.jianshu.com/notebooks/3400366/latest 492 | [47]: http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 493 | [48]: https://ruby-china.org/topics/17590 494 | [49]: http://blog.csdn.net/ocean2006/article/details/6422952 495 | [50]: http://www.cnblogs.com/itech/p/5188929.html 496 | [51]: https://github.com/geeeeeeeeek/git-recipes/wiki 497 | [52]: http://www.devtf.cn/ 498 | [53]: http://app.memect.com/ 499 | [54]: http://chinagdg.org/blog/ 500 | [55]: http://androidblog.cn/index.php/Index 501 | [56]: http://www.androidweekly.cn/ 502 | [57]: http://gank.io/ 503 | [58]: http://gold.xitu.io/explore/android 504 | [59]: https://github.com/PaicHyperionDev/MobileDevWeekly 505 | [60]: http://www.apkbus.com/search.php?searchsubmit=yes 506 | [61]: https://realm.io/cn/news/ 507 | [62]: http://www.nowamagic.net/academy/part/50/115/ 508 | [63]: http://blog.qiji.tech/ 509 | [64]: http://www.jcodecraeer.com/ 510 | [65]: http://memect.com/ 511 | [66]: http://www.infoq.com/cn/mobile/?utm_source=infoq&utm_medium=header_graybar&utm_campaign=topic_clk 512 | [67]: http://www.jianshu.com/p/0ad44d77be20 513 | [68]: http://toutiao.io/ 514 | [69]: http://www.open-open.com/lib/ 515 | [70]: http://android-study.com/ 516 | [71]: http://www.w2bc.com/ 517 | [72]: http://www.android100.org/ 518 | [73]: http://www.jizhuomi.com/android/ 519 | [74]: http://stackoverflow.com/questions/tagged/android 520 | [75]: http://antonioleiva.com/ 521 | [76]: https://segmentfault.com/t/android 522 | [77]: http://bugly.qq.com/bbs/portal.php 523 | [78]: http://wetest.qq.com/lab/ 524 | [79]: https://www.v2ex.com/go/android 525 | [80]: http://android.jobbole.com/category/tech-share/ 526 | [81]: http://tech.meituan.com/ 527 | [82]: http://www.alloyteam.com/mobiledevelop/android/ 528 | [83]: http://www.importnew.com/ 529 | [84]: http://mogu.io/ 530 | [85]: http://www.diycode.cc/ 531 | [86]: http://www.tianmaying.com/topics 532 | [87]: http://taobaofed.org/ 533 | [88]: http://www.chinagdg.com/forum-36-1.html 534 | [89]: http://coollist.cn/ 535 | [90]: http://www.ibm.com/developerworks/cn/ 536 | [91]: http://club.alibabatech.org/ 537 | [92]: http://liqi.io/community/ 538 | [93]: http://www.mifengtd.cn/articles/ 539 | [94]: http://www.androiddevtools.cn/ 540 | [95]: https://github.com/inferjay/AndroidDevTools/ 541 | [96]: http://www.23code.com/ 542 | [97]: http://code4app.com/ 543 | [98]: http://www.appance.com/ 544 | [99]: http://guides.codepath.com/android 545 | [100]: http://itlanbao.com/ 546 | [101]: http://www.see-source.com/ 547 | [102]: http://app.memect.com/doc/android.html 548 | [103]: https://se.reddit.com/r/coolgithubprojects/ 549 | [104]: http://androidcat.com/?step=1&view=CatFragment 550 | [105]: http://appxcode.com/ 551 | [106]: http://finalshares.com/ 552 | [107]: http://www.amsoft.cn/ 553 | [108]: http://www.mobile-open.com/ 554 | [109]: http://www.phpxs.com/code/java/ 555 | [110]: http://www.oschina.net/question/2285044_219206?fromerr=gEGePPMG 556 | [111]: http://tool.oschina.net/ 557 | [112]: http://www.atool.org/ 558 | [113]: http://android.lineten.net/layout.php 559 | [114]: http://www.codota.com/ 560 | [115]: http://www.decompileandroid.com/ 561 | [116]: http://www.javadecompilers.com/ 562 | [117]: https://apps.evozi.com/apk-downloader/ 563 | [118]: https://apkpure.com/ 564 | [119]: http://tool.lu/coderunner/ 565 | [120]: http://www.mypng.cn/ 566 | [121]: http://www.iconfont.cn/ 567 | [122]: https://icomoon.io/app/#/select 568 | [123]: http://www.flaticon.com/ 569 | [124]: http://romannurik.github.io/AndroidAssetStudio/index.html 570 | [125]: http://www.bejson.com/ 571 | [126]: http://www.kjson.com/jsoneditor/ 572 | [127]: http://www.114la.com/other/rgb.htm 573 | [128]: http://colorpickernow.com/ 574 | [129]: http://www.colorspire.com/rgb-color-wheel/ 575 | [130]: https://myst729.github.io/bezier-curve/ 576 | [131]: https://www.diffchecker.com/ 577 | [132]: http://online-video-cutter.com/ 578 | [133]: http://mdp.tylingsoft.com/ 579 | [134]: http://emojione.com/ 580 | [135]: http://apps.timwhitlock.info/emoji/tables/unicode 581 | [136]: https://github.com/ruixingchen/ChinaCityList/blob/master/ChinaCityList.json 582 | [137]: https://regex101.com/ 583 | [138]: https://smallpdf.com/cn 584 | [139]: https://www.materialpalette.com/ 585 | [140]: https://gist.github.com/daniellevass/b0b8cfa773488e138037 586 | [141]: http://jgilfelt.github.io/android-actionbarstylegenerator/ 587 | [142]: http://inloop.github.io/svg2android/ 588 | [143]: http://romannurik.github.io/AndroidAssetStudio/nine-patches.html 589 | [144]: http://android-holo-colors.com/ 590 | [145]: http://labs.rampinteractive.co.uk/android_dp_px_calculator/ 591 | [146]: http://angrytools.com/android/pixelcalc/ 592 | [147]: http://pixplicity.com/dp-px-converter/ 593 | [148]: http://grepcode.com/search/?query=google%20android&entity=project 594 | [149]: http://www.binaryhexconverter.com/decimal-to-hex-converter 595 | [150]: http://apistore.baidu.com/ 596 | [151]: https://cacoo.com/getstarted/ 597 | [152]: https://www.processon.com/ 598 | [153]: http://www.getmarkman.com/ 599 | [154]: http://www.fancynode.com.cn/ 600 | [155]: https://ydmmocoo.github.io/2016/06/28/Android-Studio%E6%8F%92%E4%BB%B6%E6%95%B4%E7%90%86/ 601 | [156]: http://color-themes.com/?view=index 602 | [157]: http://mobdevgroup.com/tools/android 603 | [158]: https://chrome.google.com/webstore/detail/android-sdk-search/hgcbffeicehlpmgmnhnkjbjoldkfhoin 604 | [159]: https://zhuanlan.zhihu.com/andlib 605 | [160]: https://zhuanlan.zhihu.com/androidmate 606 | [161]: https://zhuanlan.zhihu.com/kaede 607 | [162]: https://zhuanlan.zhihu.com/kotandroid 608 | [163]: https://zhuanlan.zhihu.com/stormzhang 609 | [164]: https://zhuanlan.zhihu.com/zmywly8866 610 | [165]: http://www.jianshu.com/collection/6e31b7354a48 611 | [166]: http://www.jianshu.com/collection/5139d555c94d 612 | [167]: http://www.jianshu.com/collection/3fde3b545a35 613 | [168]: http://mp.weixin.qq.com/s?__biz=MzIwNjQ1NzQxNA==&mid=2247483841&idx=1&sn=4d103e343f4cb84cb35c52253ef76019&scene=4#wechat_redirect 614 | [169]: http://static.zybuluo.com/coder-pig/di7w041h1kocsvh18c98a87g/image_1as4tniqo1jnq14eoehfiiupt13.png 615 | [170]: http://static.zybuluo.com/coder-pig/qmn9t8kgsycl7yz2lh4fht3f/1_%E7%BC%96%E8%BE%91.png 616 | [171]: http://static.zybuluo.com/coder-pig/bzic60u4ce799ja88tdh4490/image_1as4usd0ui9j1rp31bcqf33ulr29.png 617 | [172]: http://static.zybuluo.com/coder-pig/pzi69oafofojwd3ffkpgy87i/image_1as73jht61gtrmr41kmh1l7h1pfq9.png 618 | [173]: http://static.zybuluo.com/coder-pig/v2ihz9zi470zegd9k12yr05h/image_1as73rjdb18dscso1puegp31amgm.png 619 | [174]: http://static.zybuluo.com/coder-pig/3h7dufnkemga4hmm51mlhqx6/image_1as73tf921qa111h31et317au1j3h1j.png 620 | [175]: http://static.zybuluo.com/coder-pig/68xf97y0kcgw56uru91zkmai/1.png 621 | [176]: http://static.zybuluo.com/coder-pig/pksc3m938pm2zr41bn1sei30/1.png 622 | [177]: http://static.zybuluo.com/coder-pig/l5hsmhhq3jqstgpcjygloydc/2.png 623 | [178]: http://static.zybuluo.com/coder-pig/z2rksfil76sskacm54cbe059/3.png 624 | [179]: http://static.zybuluo.com/coder-pig/pygvlnu53od4bntmcb7ags5q/4.png 625 | [180]: http://static.zybuluo.com/coder-pig/lrhazf92qbrpz2a1jdphvx7x/5.png 626 | [181]: http://static.zybuluo.com/coder-pig/8glcerxikjxbdttq7e3q9g8u/6.png 627 | [182]: http://static.zybuluo.com/coder-pig/7bh5i2hj2zdkjea7kq19trut/6.png 628 | [183]: http://static.zybuluo.com/coder-pig/k9z1nxz373bt9sny3g6fg60r/7.png 629 | [184]: http://static.zybuluo.com/coder-pig/dt7aj3ctun90kcqijnuh46ah/8.png 630 | [185]: http://static.zybuluo.com/coder-pig/4k5s3diqnd4hvkfxald30qa7/9.png 631 | [186]: http://static.zybuluo.com/coder-pig/5tmlajtfya4tr5cduo5aunnx/10.png 632 | [187]: http://static.zybuluo.com/coder-pig/ke97832vgtk5adk7vu3linpv/12.png 633 | [188]: http://static.zybuluo.com/coder-pig/s2642svib213ys4bfe787dep/13.png 634 | [189]: http://static.zybuluo.com/coder-pig/4getpykooudmpcxixz0tnflr/14.png 635 | [190]: http://static.zybuluo.com/coder-pig/0wvxmnxrrwrvbm1b1ond1i3a/15.png 636 | [191]: http://static.zybuluo.com/coder-pig/1pxsjcmka2ptigzvge3uyw9e/16.png 637 | [192]: http://static.zybuluo.com/coder-pig/jjgfqqadzrsk8q9cxizzun68/17.png 638 | [193]: http://static.zybuluo.com/coder-pig/aj19igbpys1rajy717s27jvj/18.png 639 | [194]: http://static.zybuluo.com/coder-pig/c9n6fmkfm3lwzsekq079llv2/19.png 640 | [195]: http://static.zybuluo.com/coder-pig/yh9inu8k0r8ctfta8dunrgei/21.png 641 | [196]: http://static.zybuluo.com/coder-pig/yvmt03sc0li9v71pcbf7iuql/22.png 642 | [197]: http://static.zybuluo.com/coder-pig/2j2e8x15xrgodepf1pdhu0pz/23.png 643 | [198]: http://static.zybuluo.com/coder-pig/s6wbawfeh7geym8tfkcatvvl/24.png 644 | [199]: http://static.zybuluo.com/coder-pig/wn6nrp3qb5xjtg0eg4zyc1nt/25.png 645 | [200]: http://static.zybuluo.com/coder-pig/rht7pdfv5oglgf9xg9oabl3y/26.png 646 | [201]: http://static.zybuluo.com/coder-pig/sgq879mmj14hir12k2c607xf/27.png 647 | [202]: http://static.zybuluo.com/coder-pig/3wmca3o1bo7p9ucvztbwz2us/28.png 648 | [203]: http://static.zybuluo.com/coder-pig/3b81b1tisl2eds7ajr29767p/29.png 649 | [204]: http://static.zybuluo.com/coder-pig/y646vxh539hrno7psayd2yg9/30.png 650 | [205]: http://static.zybuluo.com/coder-pig/k171j7yukta2n1iowv4135ys/31.png 651 | [206]: http://static.zybuluo.com/coder-pig/e4uwvbbif71xerdzarj85wrv/32.png 652 | [207]: http://static.zybuluo.com/coder-pig/rr1hwemnqphofdsntmjh5tcd/33.png 653 | [208]: http://static.zybuluo.com/coder-pig/llad2fplmps2k5xe9vuzqcrh/34.png 654 | [209]: http://static.zybuluo.com/coder-pig/xg4wzktjt6z8028sco5db6yy/35.png 655 | [210]: http://static.zybuluo.com/coder-pig/ktpr91ftbor7v6bhjozeypbg/36.png 656 | [211]: http://static.zybuluo.com/coder-pig/k5h6caao9feryf6ksrnjgfb2/37.png 657 | [212]: http://static.zybuluo.com/coder-pig/6uijujl298ugtxolen8100hf/38.png 658 | [213]: http://static.zybuluo.com/coder-pig/nxs56y9056s8gwybapylicxq/39.png 659 | [214]: http://static.zybuluo.com/coder-pig/9l7l739f3mwnrj2j6zn5rml1/40.png 660 | [215]: http://static.zybuluo.com/coder-pig/3tezgz8v2r277cai1r2k20wm/41.png 661 | [216]: http://static.zybuluo.com/coder-pig/19hws5nbjyjnfaml0qpyef0o/42.png 662 | [217]: http://static.zybuluo.com/coder-pig/5g0owub8rmit0czdcoukjxnc/43.png 663 | [218]: http://static.zybuluo.com/coder-pig/ik4p63ofpig2ppc9mjolxnzs/44.png 664 | [219]: http://static.zybuluo.com/coder-pig/fekgpvm0pv87r2f8i4b1rfcd/45.png 665 | [220]: http://static.zybuluo.com/coder-pig/u6tbv0waohl3jt04f815u1nd/46.png 666 | [221]: http://static.zybuluo.com/coder-pig/6hwuda4jx8k95k65nc7c0955/47.png 667 | [222]: http://static.zybuluo.com/coder-pig/xa9ofnkl4fnrxm6sgb2cpra7/48.png 668 | [223]: http://static.zybuluo.com/coder-pig/eljncb7nt7tmyu0d9utq8tx6/49.png 669 | [224]: http://static.zybuluo.com/coder-pig/h2hvf1fuv3pvq8oq5k9f7usd/50.png 670 | [225]: http://static.zybuluo.com/coder-pig/jlbveicriakr1xs84pybct7e/51.png 671 | [226]: http://static.zybuluo.com/coder-pig/9fffncq6p4hmkfs03x1z1nvb/52.png 672 | [227]: http://static.zybuluo.com/coder-pig/u7eapkgie1l2bnwmexi2fri4/53.png 673 | [228]: http://static.zybuluo.com/coder-pig/l78ckuoebr6wz0iw6fl6cwrx/54.png 674 | [229]: http://www.imooc.com/course/list?c=android 675 | [230]: http://www.jikexueyuan.com/course/android/ 676 | [231]: http://www.maiziedu.com/course/android/ 677 | [232]: http://mars.apkbus.com/ 678 | [233]: http://luo.apkbus.com/ 679 | [234]: https://www.udacity.com/courses/android 680 | [235]: http://djt.qq.com/videos/ 681 | [236]: https://www.nowcoder.com/ 682 | [237]: https://github.com/GeniusVJR/LearningNotes 683 | [238]: http://skillgun.com/android/interview-questions-and-answers 684 | [239]: https://github.com/android-cn/android-discuss 685 | [240]: http://www.diycode.cc/wiki/androidinterview 686 | [241]: http://blog.csdn.net/mc_hust/article/details/49517915 687 | [242]: http://www.jianshu.com/p/1bdf7d0e1ac5 688 | [243]: http://www.jianshu.com/p/5f6d79323923 689 | [244]: http://www.jianshu.com/p/f0d2ed1254a9 690 | [245]: http://www.wandoujia.com/award 691 | [246]: http://zuimeia.com/?platform=2 692 | [247]: http://sspai.com/tag/android?t=%E5%BA%94%E7%94%A8 693 | [248]: http://www.iapps.im/ 694 | [249]: http://www.appnz.com/ 695 | [250]: http://www.dgtle.com/ 696 | [251]: http://tv.36kr.com/ 697 | [252]: http://www.ifanr.com/ 698 | [253]: http://www.tmtpost.com/ 699 | [254]: http://www.zealer.com/media 700 | [255]: http://www.wtoutiao.com/p/1d7t60h.html 701 | [256]: https://www.zhihu.com/question/27539055#answer-22840481 702 | [257]: http://androidcat.com/ 703 | [258]: https://github.com/zmywly8866/Worth-Reading-the-Android-technical-articles/blob/master/Android%E4%BC%98%E8%B4%A8%E6%8A%80%E6%9C%AF%E8%B5%84%E6%BA%90%E5%90%88%E9%9B%86.md 704 | [259]: http://androidblog.cn/tools/#clean 705 | [260]: https://github.com/zhujun2730/Android-Learning-Resources -------------------------------------------------------------------------------- /Android-Skillful-craftsman/Android-Skillful-Craftsman(Android能工巧匠).md: -------------------------------------------------------------------------------- 1 |  2 | **本文声明**: 3 | 4 | > 本文的内容整理自网络,本着知识交流分享的原则,请勿用于商业用途, 5 | 对于引用的部分,都已在文中指出,如果有遗漏的,可以联系本人加上,若有 6 | 侵权,也请指出,本人将及时删掉侵权内容,万分感谢。 7 | 另外,列表中没有按排序依据,随机,大部分来自于本人的收藏, 8 | 一个人的力量是有限的,没有可能篇篇都认真考究,可能会漏掉很多大手子, 9 | 欢迎到issues里提交你觉得不错的博客的URL或者贴上你自己的,万分感激, 10 | 也欢迎你参与进来,帮忙整理这份文档,提Merge Requese! 11 | ~( ̄▽ ̄~) 一起来膜拜,抱大牛的大腿吧! (~ ̄▽ ̄)~ 12 | 13 | 14 | # Android-Skillful-Craftsman(Android能工巧匠) 15 | 16 | 17 | ---------- 18 | 19 | 20 | 21 | ## CSDN博客/博客园 22 | 23 | 24 | ---------- 25 | 26 | - **coder-pig**(Android入门):[http://blog.csdn.net/coder_pig][1] 27 | - **张鸿洋**:[http://blog.csdn.net/lmj623565791][2] 28 | - **张爱民(爱哥)**(自定义View):[http://blog.csdn.net/aigestudio][3] 29 | - **罗升阳(老罗)**(Android源码解析):[http://blog.csdn.net/luoshengyang][4] 30 | - **IT_xiao小巫**(Android小项目实战):[http://blog.csdn.net/wwj_748][5] 31 | - **何红辉**(Simple哥)(教你写框架系列):[http://blog.csdn.net/bboyfeiyu][6] 32 | - **任玉刚**(主席):[http://blog.csdn.net/singwhatiwanna][7] 33 | - **夏安明**:[http://blog.csdn.net/xiaanming][8] 34 | - **徐宜生**(医生):[http://blog.csdn.net/eclipsexys][9] 35 | - **郭霖**:[http://blog.csdn.net/sinyu890807/][10] 36 | - **张兴业**:[http://blog.csdn.net/xyz_lmn/][11] 37 | - **张国威**:[http://blog.csdn.net/hellogv][12] 38 | - **愷风(Wei)**:[http://blog.csdn.net/flowingflying][13] 39 | - **兰亭风雨**:[http://blog.csdn.net/ns_code][14] 40 | - **赵凯强**:[http://blog.csdn.net/zhaokaiqiang1992][15]:个人站点:[http://kaizige.vip/][16] 41 | - **工匠若水**(Android源码解析):[http://blog.csdn.net/yanbober][17] 42 | - **阿拉丁神灯**:[http://blog.csdn.net/nugongahou110][18] 43 | - **太阳火神**:[http://blog.csdn.net/opengl_es][19] 44 | - **大头鬼**(RxJava):[http://blog.csdn.net/lzyzsd][20] 45 | - **jltxgcy**:[http://blog.csdn.net/jltxgcy][21] 46 | - **Android老码农**:[http://blog.csdn.net/a345017062][22] 47 | - **_江南一点雨**:[http://blog.csdn.net/u012702547][23] 48 | - **Mystra**:[http://blog.csdn.net/caroline_wendy][24] 49 | - **刘桂林**:[http://blog.csdn.net/qq_26787115][25] 50 | - **刘望舒**:[http://blog.csdn.net/itachi85][26] 51 | - **陈宇峰**:[http://blog.csdn.net/CHENYUFENG1991][27] 52 | - **QiuJuer**:[http://blog.csdn.net/qiujuer][28] 53 | - **雪峰流云**:[http://blog.csdn.net/tao_627][29] 54 | - **李华明**(游戏):[http://blog.csdn.net/xiaominghimi][30] 55 | - **水田如雅**:[http://blog.csdn.net/lhc1105][31] 56 | - **刘超**:[http://blog.csdn.net/qq_23547831][32] 57 | - **郑海波**:[http://blog.csdn.net/NUPTboyZHB/][33] 58 | - **ASCE 1985**(ReactNative):[http://blog.csdn.net/asce1885][34] 59 | - **全速前行**(开发实战):[http://blog.csdn.net/lincyang][35] 60 | - **Xiaoke**(EventBus相关):[http://blog.mcxiaoke.com/][36] 61 | - **WPJY**(实际开发相关):[http://blog.csdn.net/wangjinyu501][37] 62 | - **江清清**(React Native):[http://blog.csdn.net/developer_jiangqq][38] 63 | - **欧阳鹏**(Android进阶):[http://blog.csdn.net/ouyang_peng][39] 64 | - **农民伯伯**:(Android中文API):[http://www.cnblogs.com/over140/category/277077.html][40] 65 | - **桂佳楠**(Android Gradle Plugin指南翻译):[http://blog.csdn.net/qinxiandiqi/article/category/2394347][41] 66 | - **亓斌**:[http://blog.csdn.net/qibin0506][42] 67 | - **shiter**(OpenCV):[http://blog.csdn.net/wangyaninglm][43] 68 | - **姜维**(直播,逆向):[http://blog.csdn.net/jiangwei0910410003][44]: 69 | - **拭心**:[http://blog.csdn.net/u011240877][45] 70 | - **kc专栏**:[http://blog.csdn.net/kc58236582][46] 71 | - **Losileeya**:[http://blog.csdn.net/u013278099][47] 72 | - **余志强**:[http://blog.csdn.net/johnny901114][48] 73 | - **OSTCB**:[http://blog.csdn.net/ganyao939543405][49] 74 | - **小刀_codetomylaw**(React-Native):[http://blog.csdn.net/codetomylaw][50] 75 | - **anddlecn**(Arduino硬件):[http://blog.csdn.net/anddlecn][51] 76 | - **SEU_Calvin**:[http://blog.csdn.net/SEU_Calvin][52] 77 | - **逆流的鱼yuiop**:[http://blog.csdn.net/hejjunlin][53] 78 | - **张溜**:[http://blog.csdn.net/qq_21792169][54] 79 | - **Nicky**:[http://blog.csdn.net/u014427391][55] 80 | - **淘_tao**:[http://blog.csdn.net/xiangzhihong8][56] 81 | - **sunzn**:[http://www.cnblogs.com/sunzn][57] 82 | - **HanYongLu**:[http://www.cnblogs.com/hanyonglu][58] 83 | - **qinjuning**:[http://blog.csdn.net/qinjuning][59] 84 | - **秋风**(Android CTS 兼容性测试):[http://blog.csdn.net/tangcheng_ok][60] 85 | - **貌似掉线的博客**:[http://blog.csdn.net/maosidiaoxian][61] 86 | - **zhanghanquo**:[http://www.cnblogs.com/halzhang/][62] 87 | - **hanyonglu**:[http://www.cnblogs.com/hanyonglu/][63] 88 | - **AngelDevil**:[http://www.cnblogs.com/angeldevil/][64] 89 | - **Developer_Kale**:[http://www.cnblogs.com/tianzhijiexian/][65] 90 | - **Scott Liu**:[http://blog.csdn.net/liuhe688][66] 91 | - **Tau_Chan**(ZXing二维码):[http://blog.csdn.net/skillcollege][67] 92 | - **nwsuafer**:[http://blog.csdn.net/nwsuafer][68] 93 | - **feelang**:[http://blog.csdn.net/feelang][69] 94 | 95 | 96 | 普通的,原创较少或转载居多,但有可借鉴之处: 97 | 98 | - **工匠精神**:[http://blog.csdn.net/zhyooo123][70] 99 | - **微凉一季**:[http://blog.csdn.net/jijiaxin1989][71] 100 | - **TaoLee**:[http://blog.csdn.net/taoolee][72] 101 | - **chenguang79**:[http://blog.csdn.net/chenguang79][73] 102 | - **卡奴达摩**:[http://blog.csdn.net/zhengzhb][74] 103 | - **tcpipstack**:[http://blog.csdn.net/tcpipstack][75] 104 | - **sparkhuu**:[http://blog.csdn.net/eandroidhu][76] 105 | - **叶园**:[http://blog.csdn.net/fengye810130][77] 106 | - **刘丰恺**:[http://www.cnblogs.com/lfk-dsk/][78] 107 | - **flyman-lin**:[http://blog.csdn.net/davidloman][79] 108 | - **JungleTian**:[http://blog.csdn.net/smzhangyang][80] 109 | 110 | ---------- 111 | 112 | ## 个人博客 113 | 114 | - **muguachou**(编译,系统相关,单元测试):[http://www.cloudchou.com/][81] 115 | - **legendmohe**:[http://legendmohe.net/][82] 116 | - **张明云**:[http://zmywly8866.github.io/pages/archive.html][83] 117 | - **代码家**:[http://blog.daimajia.com/][84] 118 | - **农民伯伯**:[http://www.cnblogs.com/over140/][85] 119 | - **阮一峰**:[http://www.ruanyifeng.com/blog/][86] 120 | - **stay4it**:[http://www.cnblogs.com/stay/ ][87] 121 | 简书:[http://www.jianshu.com/users/6e4c6553a7f9/latest_articles][88] 122 | - **coderrobin**:[http://coderrobin.com/][89] 123 | - **stormzhang**:[http://stormzhang.com/][90] 124 | - **码农明明桑**:[http://blog.isming.me/][91] 125 | - **胡凯**:[http://hukai.me/blog/archives/][92] 126 | - **kohoh**:[http://kohoh1992.github.io/][93] 127 | - **lightSky**:[http://www.lightskystreet.com/archives/][94] 128 | - **Drakeet**(晓峰):[https://drakeet.me/][95] 129 | - **马天宇**(Lite开源系列):[http://litesuits.com/][96] 130 | - **陈启超**:[http://chenqichao.me/][97] 131 | - **扔物线**:[http://www.rengwuxian.com/][98] 132 | - **技术小黑屋**:[http://droidyue.com/][99] 133 | - **脉脉不得语**:[http://www.inferjay.com/blog/categories/androiddevweekly/][100] 134 | - **Trinea**:[http://www.trinea.cn/][101] 135 | - **Jlog**:[http://www.race604.com/][102] 136 | - **韩海龙**:[http://hanhailong.com/][103] 137 | - **朱才**:[http://www.cnblogs.com/zhucai/][104] 138 | - **Frank-Zhu**:[http://frank-zhu.github.io/][105] 139 | - **Keegan小钢**(架构设计):[http://keeganlee.me/][106] 140 | - **yanlu**:[https://yanlu.me/][107] 141 | - **zlv**:[http://zlv.me/][108] 142 | - **咕咚**:[http://gudong.name/][109] 143 | - **Abner_泥阿布**:[http://abner-nimengbo.cn/][110] 144 | - **Ailurus**:[https://www.easydone.cn/][111] 145 | - **iamwent**:[http://iamwent.github.io/][112] 146 | - **谢权**:[https://xiequan.info/][113] 147 | - **VEAER|王扒蒜**:[http://veaer.com/][114] 148 | - **开源实验室**:[http://kymjs.com/][115] 149 | - **吴小龙**:[http://wuxiaolong.me/][116] 150 | - **程序亦非猿**:[http://yifeiyuan.me/][117] 151 | - **poberWong**(React gankio):[http://lovinghuan.com/][118] 152 | - **AndyZhang**:[http://luckyandyzhang.github.io/][119] 153 | - **Anchorer**(Android自动化测试):[https://segmentfault.com/a/1190000004338384][120] 154 | - **edreamoon**(自定义View几篇):[http://edreamoon.github.io/][121] 155 | - **hongjiang**(jvm,scala与后端架构):[http://hongjiang.info/][122] 156 | - **猫姐**:[http://www.bingjie.me/][123] 157 | - **Gracker高建武**:[http://androidperformance.com/][124] 158 | - **冯建**:[http://jayfeng.com/archives/][125] 159 | - **某学姐**:[http://mouxuejie.com/][126] 160 | - **oasisfeng**(很杂):[http://blog.oasisfeng.com/][127] 161 | - **C.L.Wang**:[http://www.wangchenlong.org/][128] 162 | - **JeffinBao**:[http://jeffinbao.github.io/][129] 163 | - **荆全齐**:[http://quanqi.org/][130] 164 | - **小松**:[http://blog.cgsdream.org/][131] 165 | - **Bill Phillips**:[https://www.bignerdranch.com/about-us/nerds/bill-phillips/][132] 166 | - **xesam**:[http://my.oschina.net/xesam/blog?disp=2&p=2][133] 167 | - **孙福生**:[http://sunfusheng.com/][134] 168 | - **马飞**:[http://mafei.me/][135] 169 | - **欧雷**:[https://ourai.ws/posts/working-with-git-in-team/][136] 170 | - **陈开华**:[http://www.chenkaihua.com/][137] 171 | - **于任道**:[http://blog.sina.com.cn/haishi69][138] 172 | - **宅学长**:[http://seniorzhai.github.io/][139] 173 | - **chendongmarch**:[http://chendongmarch.github.io/][140] 174 | - **阳春面**:[https://www.aswifter.com/][141] 175 | - **田维术**(插件化):[http://weishu.me/][142] 176 | - **五道口宅男**:[http://hujiaweibujidao.github.io/][143] 177 | - **brucezz**(RxBus简单实现):[http://brucezz.itscoder.com/][144] 178 | - **翟一凡**(大帅):[http://blog.zhaiyifan.cn/][145] 179 | - **廖祜秋**(秋百万,秋大):[http://liaohuqiu.net/cn/][146] 180 | - **kaushik**:[http://blog.kaush.co/][147] 181 | - **mrljdx**:[http://mrljdx.com/][148] 182 | - **严振杰**(NoHttp框架):[http://www.yanzhenjie.com/][149] 183 | - **交口称赞**:[http://www.blogjava.net/vip01/][150] 184 | - **Tikitoo**:[http://tikitoo.github.io/][151] 185 | - **King**(阿里Weex初体验):[http://smilevenus.com/][152] 186 | - **Hi小鱼_White**:[http://www.imooc.com/u/1034225/articles?page=1][153] 187 | - **Zane Xu**:[http://zane96.github.io/][154] 188 | - **Augix**(玩机):[http://augix.me/][155] 189 | - **饿了么物流技术**(HermesEventBus):[https://elelogistics.github.io/][156] 190 | - **GcsSloop**(自定义View超详细):[http://www.gcssloop.com/][157] 191 | - **谦虚的天下**:[http://www.cnblogs.com/qianxudetianxia/][158] 192 | - **小白第二**(开发艺术探索笔记):[http://www.cnblogs.com/shiwei-bai/][159] 193 | - **wangkuiwu**(Binder,事件分发):[http://wangkuiwu.github.io/][160] 194 | - **代震军**:[http://www.cnblogs.com/daizhj][161] 195 | - **闷瓜蛋子**:[http://www.fookwood.com/][162] 196 | - **云在千峰**:[http://blog.chengyunfeng.com/][163] 197 | - **glzjin**:[https://www.zhaoj.in/][164] 198 | - **月半兄**:[http://yueban.github.io/][165] 199 | - **杨辉**:[http://yanghui.name/][166] 200 | - **MummyDing**:[https://mummyding.github.io/][167] 201 | - **思想的流浪者**:[http://jp1017.github.io/][168] 202 | - **Anany**(好基友,一只骚猪):[http://anany.me/][169] 203 | - **Lauren**:[http://www.liuling123.com/][170] 204 | - **方杰**:[http://blog.fangjie.info/][171] 205 | - **Nicodelee**:[http://nicodelee.farbox.com/][172] 206 | - **andrewliu**:[http://andrewliu.in/][173] 207 | - **Sean Liu**:[http://yuxingxin.com/][174] 208 | 209 | 210 | ---------- 211 | 212 | ## 简书 213 | 214 | - **张明云**:[http://www.jianshu.com/users/e6885381f7d4/latest_articles][175] 215 | - **asce1885**(平安金融科技移动技术周报):[http://www.jianshu.com/users/4ef984470da8/latest_articles][176] 216 | - **SpikeKing**:[http://www.jianshu.com/users/e2b4dd6d3eb4/latest_articles][177] 217 | - **小鄧子**:[http://www.jianshu.com/users/df40282480b4/latest_articles][178] 218 | - **Android面试一天一题**:[http://www.jianshu.com/users/f9fbc7a39b36/latest_articles][179] 219 | - **BlackSwift**:[http://www.jianshu.com/users/b99b0edd4e77/latest_articles][180] 220 | - **吴小龙同學**:[http://www.jianshu.com/users/ccf7537a4e7d/latest_articles][181] 221 | - **stay4it**:[http://www.jianshu.com/users/6e4c6553a7f9/latest_articles][182] 222 | - **天之界线2010**(打包提速实战等):[http://www.jianshu.com/users/denPHP/latest_articles][183] 223 | - **D_clock爱吃葱花**:[http://www.jianshu.com/users/ec95b5891948/latest_articles][184] 224 | - **CameloeAnthony**:[http://www.jianshu.com/users/44872eaffa8b/latest_articles][185] 225 | - **牛晓伟**:[http://www.jianshu.com/users/2ce7b74b592b/latest_articles][186] 226 | - **Carson_Ho**:[http://www.jianshu.com/users/383970bef0a0/latest_articles][187] 227 | - **邹小创**(单元测试):[http://www.jianshu.com/users/b9c5c66b6a08/latest_articles][188] 228 | - **geniusmart**:[http://www.jianshu.com/users/9fa7fc2f3733/latest_articles][189] 229 | - **PoberWong**(大B哥):[http://www.jianshu.com/users/5f2821bda896/latest_articles][190] 230 | - **diygreen**:[http://www.jianshu.com/users/0ad0a0afc409/latest_articles][191] 231 | - **张磊BaronZhang**(Rxjava,Java 8新特性):[http://www.jianshu.com/users/cfdc52ea3399/latest_articles][192] 232 | - **我是Asha**:[http://www.jianshu.com/users/4d9892c8d3bb/latest_articles][193] 233 | - **Alex_Cin**:[http://www.jianshu.com/users/c3c4ea133871/latest_articles][194] 234 | - **YungFan**:[http://www.jianshu.com/users/ab557ce505cd/latest_articles][195] 235 | - **YoKey**:[http://www.jianshu.com/users/6b372d09b617/latest_articles][196] 236 | - **Torang**:[http://www.jianshu.com/users/c46e81818794/latest_articles][197] 237 | - **陈宇明**:[http://www.jianshu.com/users/f958e66439f0/latest_articles][198] 238 | - **_SOLID**:[http://www.jianshu.com/users/6725c8e8194f/latest_articles][199] 239 | - **kkmoving**:[http://www.jianshu.com/users/2cb0b50201c9/latest_articles][200] 240 | - **世锋日上**(《Android经验分享》周刊):[http://www.jianshu.com/users/a4c806fb5684/latest_articles][201] 241 | - **HuDP**(Android开发艺术探索笔记):[http://www.jianshu.com/users/e1b0e2c62ee6/latest_articles][202] 242 | - **anly_jun**:[http://www.jianshu.com/users/bc1dacc65fae/latest_articles][203] 243 | - **Kelin**:[http://www.jianshu.com/users/942d45d61f59/latest_articles][204] 244 | - **_Berial**(好基友二号):[http://www.jianshu.com/users/c582f037d9c2/latest_articles][205] 245 | - **羽翼君**(一起撸个朋友圈):[http://www.jianshu.com/users/8ff2bb37d791/latest_articles][206] 246 | - **hotBitmapGG**(高仿bilibili):[http://www.jianshu.com/users/566d6cec0ebc/latest_articles][207] 247 | - **单刀土豆**:[http://www.jianshu.com/users/c188a9c836b3/latest_articles][208] 248 | - **阿敏其人**:[http://www.jianshu.com/users/9ea3fea67109/latest_articles][209] 249 | - **CPPAlien**:[http://www.jianshu.com/users/f9246f41945e/latest_articles][210] 250 | - **lazy1**:[http://www.jianshu.com/users/6a24efcd67ec/latest_articles][211] 251 | - **MartinBZDQSM**:[http://www.jianshu.com/users/78f0e5f4a403/latest_articles][212] 252 | - **柴泽建_Jack**:[http://www.jianshu.com/users/dd5f6394457d/latest_articles][213] 253 | - **maat红飞**:[http://www.jianshu.com/users/8ded1d219a79/latest_articles][214] 254 | - **VipOthershe**:[http://www.jianshu.com/users/4235f2b5b350/latest_articles][215] 255 | - **lovejjfg**:[http://www.jianshu.com/users/043209bad3a5/latest_articles][216] 256 | - **ayyb1988**(音视频点播):[http://www.jianshu.com/users/f717b78f593b/latest_articles][217] 257 | - **idisfkj**(高仿微信):[http://www.jianshu.com/users/01fb8a7ea4be/latest_articles][218] 258 | - **键盘男**(单元测试):[http://www.jianshu.com/users/0ef3dc77079c/latest_articles][219] 259 | - **HanWen**(Relam Java):[http://www.jianshu.com/users/774672153679/latest_articles][220] 260 | - **仙鬼**:[http://www.jianshu.com/users/2ece9f02c806/latest_articles][221] 261 | - **XiaLong**:[http://www.jianshu.com/users/52489e933a4e/latest_articles][222] 262 | - MVP + RxJava + Retrofit的阅读类APP:[http://www.jianshu.com/users/582b738efb43/latest_articles][223] 263 | - **SingleoD**:[http://www.jianshu.com/users/5b81ea3db020/latest_articles][224] 264 | - **Forrest_Zhou**(Flux):[http://www.jianshu.com/users/d5d06cec9a42/latest_articles][225] 265 | - **小马哥Mark**(酷炫图片处理)[http://www.jianshu.com/users/a5a6afe1c044/latest_articles][226] 266 | - **YeziCN**:[http://www.jianshu.com/users/7e196f767a2d/latest_articles][227] 267 | - **Hevin丶**(代码可读性提升指南):[http://www.jianshu.com/users/03adcf284701/latest_articles][228] 268 | 269 | ---------- 270 | 271 | ## 国外博客 272 | 273 | - **Google**:[http://android-developers.blogspot.com/][229] 274 | - **JakeWharton**(很热心的开源大神,偶像~) [http://jakewharton.com/][230] 275 | - **Sephiroth**:[http://blog.sephiroth.it/][231] 276 | - **Romain Guy**:[http://www.curious-creature.com/][232] 277 | - **JPARDOGO**:[http://www.jpardogo.com/][233] 278 | - **Chet Haase** :[http://graphics-geek.blogspot.com/][234] 279 | - **Mttkay**:[http://mttkay.github.io/][235] 280 | - **Danlew**:[http://blog.danlew.net/][236] 281 | - **Square**:[http://square.github.io/][237] 282 | - **Facebook**:[https://code.facebook.com/mobile/][238] 283 | - **Styling**:[https://blog.stylingandroid.com/][239] 284 | - **Chris Banes**:[http://chris.banes.me/][240] 285 | - **Jeremy Feinstein**:[http://jeremyfeinstein.com/][241] 286 | - **Koush**:[http://koush.com/][242] 287 | - **Cyril Mottier**:[http://cyrilmottier.com/][243] 288 | - **Amar**:[http://amarandroid.blogspot.jp/][244] 289 | - **Dan Lew**:[http://blog.danlew.net/][245] 290 | - **Chris Jenkins**:[http://chrisjenx.com/][246] 291 | - **Saúl Molinero**:[http://saulmm.github.io/][247] 292 | - **Mikepenz**(简历牛逼哄哄):[https://mikepenz.com/#][248] 293 | - **GreenRobot**:[http://greenrobot.de/][249] 294 | - **Gmariotti**:[http://gmariotti.blogspot.it/][250] 295 | - **FLAVIEN LAURENT**:[http://www.flavienlaurent.com/][251] 296 | - **Roman Nurik**:[http://roman.nurik.net/][252] 297 | 298 | 299 | ---------- 300 | 301 | 本文内容部分摘自: 302 | 303 | [https://github.com/zmywly8866/Worth-Reading-the-Android-technical-articles][253] 304 | [https://github.com/ruijun/Android-Dev-Favorites/blob/master/%E5%BC%80%E5%8F%91%E5%A4%A7%E5%92%96/%E5%A4%A7%E5%92%96%E4%BB%AC.md][254] 305 | [https://github.com/android-cn/android-dev-com][255] 306 | [https://github.com/liaohuqiu/follow-each-other/issues/1#issuecomment-206090874][256] 307 | 308 | 309 | [1]: http://blog.csdn.net/coder_pig 310 | [2]: http://blog.csdn.net/lmj623565791 311 | [3]: http://blog.csdn.net/aigestudio 312 | [4]: http://blog.csdn.net/luoshengyang 313 | [5]: http://blog.csdn.net/wwj_748 314 | [6]: http://blog.csdn.net/bboyfeiyu 315 | [7]: http://blog.csdn.net/singwhatiwanna 316 | [8]: http://blog.csdn.net/xiaanming 317 | [9]: http://blog.csdn.net/eclipsexys 318 | [10]: http://blog.csdn.net/sinyu890807/ 319 | [11]: http://blog.csdn.net/xyz_lmn/ 320 | [12]: http://blog.csdn.net/hellogv 321 | [13]: http://blog.csdn.net/flowingflying 322 | [14]: http://blog.csdn.net/ns_code 323 | [15]: http://blog.csdn.net/zhaokaiqiang1992 324 | [16]: http://kaizige.vip/ 325 | [17]: http://blog.csdn.net/yanbober 326 | [18]: http://blog.csdn.net/nugongahou110 327 | [19]: http://blog.csdn.net/opengl_es 328 | [20]: http://blog.csdn.net/lzyzsd 329 | [21]: http://blog.csdn.net/qibin0506 330 | [22]: http://blog.csdn.net/a345017062 331 | [23]: http://blog.csdn.net/u012702547 332 | [24]: http://blog.csdn.net/caroline_wendy 333 | [25]: http://blog.csdn.net/qq_26787115 334 | [26]: http://blog.csdn.net/itachi85 335 | [27]: http://blog.csdn.net/CHENYUFENG1991 336 | [28]: http://blog.csdn.net/qiujuer 337 | [29]: http://blog.csdn.net/tao_627 338 | [30]: http://blog.csdn.net/xiaominghimi 339 | [31]: http://blog.csdn.net/lhc1105 340 | [32]: http://blog.csdn.net/qq_23547831 341 | [33]: http://blog.csdn.net/NUPTboyZHB/ 342 | [34]: http://blog.csdn.net/asce1885 343 | [35]: http://blog.csdn.net/lincyang 344 | [36]: http://blog.mcxiaoke.com/ 345 | [37]: http://blog.csdn.net/wangjinyu501 346 | [38]: http://blog.csdn.net/developer_jiangqq 347 | [39]: http://blog.csdn.net/ouyang_peng 348 | [40]: http://www.cnblogs.com/over140/category/277077.html 349 | [41]: http://blog.csdn.net/qinxiandiqi/article/category/2394347 350 | [42]: http://blog.csdn.net/a345017062 351 | [43]: http://blog.csdn.net/wangyaninglm 352 | [44]: http://blog.csdn.net/jiangwei0910410003 353 | [45]: http://blog.csdn.net/u011240877 354 | [46]: http://blog.csdn.net/kc58236582 355 | [47]: http://blog.csdn.net/u013278099 356 | [48]: http://blog.csdn.net/johnny901114 357 | [49]: http://blog.csdn.net/ganyao939543405 358 | [50]: http://blog.csdn.net/codetomylaw 359 | [51]: http://blog.csdn.net/anddlecn 360 | [52]: http://blog.csdn.net/SEU_Calvin 361 | [53]: http://blog.csdn.net/hejjunlin 362 | [54]: http://blog.csdn.net/qq_21792169 363 | [55]: http://blog.csdn.net/u014427391 364 | [56]: http://blog.csdn.net/xiangzhihong8 365 | [57]: http://www.cnblogs.com/sunzn 366 | [58]: http://www.cnblogs.com/hanyonglu 367 | [59]: http://blog.csdn.net/qinjuning 368 | [60]: http://blog.csdn.net/tangcheng_ok 369 | [61]: http://blog.csdn.net/maosidiaoxian 370 | [62]: http://www.cnblogs.com/halzhang/ 371 | [63]: http://www.cnblogs.com/hanyonglu/ 372 | [64]: http://www.cnblogs.com/angeldevil/ 373 | [65]: http://www.cnblogs.com/tianzhijiexian/ 374 | [66]: http://blog.csdn.net/liuhe688 375 | [67]: http://blog.csdn.net/skillcollege 376 | [68]: http://blog.csdn.net/nwsuafer 377 | [69]: http://blog.csdn.net/feelang 378 | [70]: http://blog.csdn.net/zhyooo123 379 | [71]: http://blog.csdn.net/jijiaxin1989 380 | [72]: http://blog.csdn.net/taoolee 381 | [73]: http://blog.csdn.net/chenguang79 382 | [74]: http://blog.csdn.net/zhengzhb 383 | [75]: http://blog.csdn.net/tcpipstack 384 | [76]: http://blog.csdn.net/eandroidhu?viewmode=list 385 | [77]: http://blog.csdn.net/fengye810130 386 | [78]: http://www.cnblogs.com/lfk-dsk/ 387 | [79]: http://blog.csdn.net/davidloman 388 | [80]: http://blog.csdn.net/smzhangyang 389 | [81]: http://www.cloudchou.com/ 390 | [82]: http://legendmohe.net/ 391 | [83]: http://zmywly8866.github.io/pages/archive.html 392 | [84]: http://blog.daimajia.com/ 393 | [85]: http://www.cnblogs.com/over140/ 394 | [86]: http://www.ruanyifeng.com/blog/ 395 | [87]: http://www.cnblogs.com/stay/ 396 | [88]: http://www.jianshu.com/users/6e4c6553a7f9/latest_articles 397 | [89]: http://coderrobin.com/ 398 | [90]: http://stormzhang.com/ 399 | [91]: http://blog.isming.me/ 400 | [92]: http://hukai.me/blog/archives/ 401 | [93]: http://kohoh1992.github.io/ 402 | [94]: http://www.lightskystreet.com/archives/ 403 | [95]: https://drakeet.me/ 404 | [96]: http://litesuits.com/ 405 | [97]: http://chenqichao.me/ 406 | [98]: http://www.rengwuxian.com/ 407 | [99]: http://droidyue.com/ 408 | [100]: http://www.inferjay.com/blog/categories/androiddevweekly/ 409 | [101]: http://www.trinea.cn/ 410 | [102]: http://www.race604.com/ 411 | [103]: http://hanhailong.com/ 412 | [104]: http://www.cnblogs.com/zhucai/ 413 | [105]: http://frank-zhu.github.io/ 414 | [106]: http://keeganlee.me/ 415 | [107]: https://yanlu.me/ 416 | [108]: http://zlv.me/ 417 | [109]: http://gudong.name/ 418 | [110]: http://abner-nimengbo.cn/ 419 | [111]: https://www.easydone.cn/ 420 | [112]: http://iamwent.github.io/ 421 | [113]: https://xiequan.info/ 422 | [114]: http://veaer.com/ 423 | [115]: http://kymjs.com/ 424 | [116]: http://wuxiaolong.me/ 425 | [117]: http://yifeiyuan.me/ 426 | [118]: http://lovinghuan.com/ 427 | [119]: http://luckyandyzhang.github.io/ 428 | [120]: https://segmentfault.com/a/1190000004338384 429 | [121]: http://edreamoon.github.io/ 430 | [122]: http://hongjiang.info/ 431 | [123]: http://www.bingjie.me/ 432 | [124]: http://androidperformance.com/ 433 | [125]: http://jayfeng.com/archives/ 434 | [126]: http://mouxuejie.com/ 435 | [127]: http://blog.oasisfeng.com/ 436 | [128]: http://www.wangchenlong.org/ 437 | [129]: http://jeffinbao.github.io/ 438 | [130]: http://quanqi.org/ 439 | [131]: http://blog.cgsdream.org/ 440 | [132]: https://www.bignerdranch.com/about-us/nerds/bill-phillips/ 441 | [133]: http://my.oschina.net/xesam/blog?disp=2&p=2 442 | [134]: http://sunfusheng.com/ 443 | [135]: http://mafei.me/ 444 | [136]: https://ourai.ws/posts/working-with-git-in-team/ 445 | [137]: http://www.chenkaihua.com/ 446 | [138]: http://blog.sina.com.cn/haishi69 447 | [139]: http://seniorzhai.github.io/ 448 | [140]: http://chendongmarch.github.io/ 449 | [141]: https://www.aswifter.com/ 450 | [142]: http://weishu.me/ 451 | [143]: http://hujiaweibujidao.github.io/ 452 | [144]: http://brucezz.itscoder.com/ 453 | [145]: http://blog.zhaiyifan.cn/ 454 | [146]: http://liaohuqiu.net/cn/ 455 | [147]: http://blog.kaush.co/ 456 | [148]: http://mrljdx.com/ 457 | [149]: http://www.yanzhenjie.com/ 458 | [150]: http://www.blogjava.net/vip01/ 459 | [151]: http://tikitoo.github.io/ 460 | [152]: http://smilevenus.com/ 461 | [153]: http://www.imooc.com/u/1034225/articles?page=1 462 | [154]: http://zane96.github.io/ 463 | [155]: http://augix.me/ 464 | [156]: https://elelogistics.github.io/ 465 | [157]: http://www.gcssloop.com/ 466 | [158]: http://www.cnblogs.com/qianxudetianxia/ 467 | [159]: http://www.cnblogs.com/shiwei-bai/ 468 | [160]: http://wangkuiwu.github.io/ 469 | [161]: http://www.cnblogs.com/daizhj 470 | [162]: http://www.fookwood.com/ 471 | [163]: http://blog.chengyunfeng.com/ 472 | [164]: https://www.zhaoj.in/ 473 | [165]: http://yueban.github.io/ 474 | [166]: http://yanghui.name/ 475 | [167]: https://mummyding.github.io/ 476 | [168]: http://jp1017.github.io/ 477 | [169]: http://anany.me/ 478 | [170]: http://www.liuling123.com/ 479 | [171]: http://blog.fangjie.info/ 480 | [172]: http://nicodelee.farbox.com/ 481 | [173]: http://andrewliu.in/ 482 | [174]: http://yuxingxin.com/ 483 | [175]: http://www.jianshu.com/users/e6885381f7d4/latest_articles 484 | [176]: http://www.jianshu.com/users/4ef984470da8/latest_articles 485 | [177]: http://www.jianshu.com/users/e2b4dd6d3eb4/latest_articles 486 | [178]: http://www.jianshu.com/users/df40282480b4/latest_articles 487 | [179]: http://www.jianshu.com/users/f9fbc7a39b36/latest_articles 488 | [180]: http://www.jianshu.com/users/b99b0edd4e77/latest_articles 489 | [181]: http://www.jianshu.com/users/ccf7537a4e7d/latest_articles 490 | [182]: http://www.jianshu.com/users/6e4c6553a7f9/latest_articles 491 | [183]: http://www.jianshu.com/users/denPHP/latest_articles 492 | [184]: http://www.jianshu.com/users/ec95b5891948/latest_articles 493 | [185]: http://www.jianshu.com/users/44872eaffa8b/latest_articles 494 | [186]: http://www.jianshu.com/users/2ce7b74b592b/latest_articles 495 | [187]: http://www.jianshu.com/users/383970bef0a0/latest_articles 496 | [188]: http://www.jianshu.com/users/b9c5c66b6a08/latest_articles 497 | [189]: http://www.jianshu.com/users/9fa7fc2f3733/latest_articles 498 | [190]: http://www.jianshu.com/users/5f2821bda896/latest_articles 499 | [191]: http://www.jianshu.com/users/0ad0a0afc409/latest_articles 500 | [192]: http://www.jianshu.com/users/cfdc52ea3399/latest_articles 501 | [193]: http://www.jianshu.com/users/4d9892c8d3bb/latest_articles 502 | [194]: http://www.jianshu.com/users/c3c4ea133871/latest_articles 503 | [195]: http://www.jianshu.com/users/ab557ce505cd/latest_articles 504 | [196]: http://www.jianshu.com/users/6b372d09b617/latest_articles 505 | [197]: http://www.jianshu.com/users/c46e81818794/latest_articles 506 | [198]: http://www.jianshu.com/users/f958e66439f0/latest_articles 507 | [199]: http://www.jianshu.com/users/6725c8e8194f/latest_articles 508 | [200]: http://www.jianshu.com/users/2cb0b50201c9/latest_articles 509 | [201]: http://www.jianshu.com/users/a4c806fb5684/latest_articles 510 | [202]: http://www.jianshu.com/users/e1b0e2c62ee6/latest_articles 511 | [203]: http://www.jianshu.com/users/bc1dacc65fae/latest_articles 512 | [204]: http://www.jianshu.com/users/942d45d61f59/latest_articles 513 | [205]: http://www.jianshu.com/users/c582f037d9c2/latest_articles 514 | [206]: http://www.jianshu.com/users/8ff2bb37d791/latest_articles 515 | [207]: http://www.jianshu.com/users/566d6cec0ebc/latest_articles 516 | [208]: http://www.jianshu.com/users/c188a9c836b3/latest_articles 517 | [209]: http://www.jianshu.com/users/9ea3fea67109/latest_articles 518 | [210]: http://www.jianshu.com/users/f9246f41945e/latest_articles 519 | [211]: http://www.jianshu.com/users/6a24efcd67ec/latest_articles 520 | [212]: http://www.jianshu.com/users/78f0e5f4a403/latest_articles 521 | [213]: http://www.jianshu.com/users/dd5f6394457d/latest_articles 522 | [214]: http://www.jianshu.com/users/8ded1d219a79/latest_articles 523 | [215]: http://www.jianshu.com/users/4235f2b5b350/latest_articles 524 | [216]: http://www.jianshu.com/users/043209bad3a5/latest_articles 525 | [217]: http://www.jianshu.com/users/f717b78f593b/latest_articles 526 | [218]: http://www.jianshu.com/users/01fb8a7ea4be/latest_articles 527 | [219]: http://www.jianshu.com/users/0ef3dc77079c/latest_articles 528 | [220]: http://www.jianshu.com/users/774672153679/latest_articles 529 | [221]: http://www.jianshu.com/users/2ece9f02c806/latest_articles 530 | [222]: http://www.jianshu.com/users/52489e933a4e/latest_articles 531 | [223]: http://www.jianshu.com/users/582b738efb43/latest_articles 532 | [224]: http://www.jianshu.com/users/5b81ea3db020/latest_articles 533 | [225]: http://www.jianshu.com/users/d5d06cec9a42/latest_articles 534 | [226]: http://www.jianshu.com/users/a5a6afe1c044/latest_articles 535 | [227]: http://www.jianshu.com/users/7e196f767a2d/latest_articles 536 | [228]: http://www.jianshu.com/users/03adcf284701/latest_articles 537 | [229]: http://android-developers.blogspot.com/http://android-developers.blogspot.com/ 538 | [230]: http://jakewharton.com/ 539 | [231]: http://blog.sephiroth.it/ 540 | [232]: http://www.curious-creature.com/ 541 | [233]: http://www.jpardogo.com/ 542 | [234]: http://graphics-geek.blogspot.com/ 543 | [235]: http://mttkay.github.io/ 544 | [236]: http://blog.danlew.net/ 545 | [237]: http://square.github.io/ 546 | [238]: https://code.facebook.com/mobile/ 547 | [239]: https://blog.stylingandroid.com/ 548 | [240]: http://chris.banes.me/ 549 | [241]: http://jeremyfeinstein.com/ 550 | [242]: http://koush.com/ 551 | [243]: http://cyrilmottier.com/ 552 | [244]: http://amarandroid.blogspot.jp/ 553 | [245]: http://blog.danlew.net/ 554 | [246]: http://chrisjenx.com/ 555 | [247]: http://saulmm.github.io/ 556 | [248]: https://mikepenz.com/# 557 | [249]: http://greenrobot.de/ 558 | [250]: http://gmariotti.blogspot.it/ 559 | [251]: http://www.flavienlaurent.com/ 560 | [252]: http://roman.nurik.net/ 561 | [253]: https://github.com/zmywly8866/Worth-Reading-the-Android-technical-articles 562 | [254]: https://github.com/ruijun/Android-Dev-Favorites/blob/master/%E5%BC%80%E5%8F%91%E5%A4%A7%E5%92%96/%E5%A4%A7%E5%92%96%E4%BB%AC.md 563 | [255]: https://github.com/android-cn/android-dev-comhttps://github.com/android-cn/android-dev-com 564 | [256]: https://github.com/liaohuqiu/follow-each-other/issues/1#issuecomment-206090874 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Android-Storage-Box 2 | 3 | 4 | ---------- 5 | 6 | ## The Project is Deprecated!!!(项目已经弃用) 7 | --------------------------------------------------------------------------------