diff --git a/README.md b/README.md index 907a027..87de269 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,16 @@ Android 进阶笔记 > * [动态加载](https://github.com/venshine/AndroidNote#动态加载) > * [热修复](https://github.com/venshine/AndroidNote#热修复) > * [事件总线](https://github.com/venshine/AndroidNote#事件总线) -> * [博客社区](https://github.com/venshine/AndroidNote#第二部份博客社区) +> * [性能工具](https://github.com/venshine/AndroidNote#性能工具) +> * [图表](https://github.com/venshine/AndroidNote#图表) +> * [响应式编程](https://github.com/venshine/AndroidNote#响应式编程) +> * [日志框架](https://github.com/venshine/AndroidNote#日志框架) +> * [博客社区](https://github.com/venshine/AndroidNote#第二部分博客社区) > * [个人博客](https://github.com/venshine/AndroidNote#个人博客) > * [团队博客](https://github.com/venshine/AndroidNote#团队博客) > * [技术社区](https://github.com/venshine/AndroidNote#技术社区) -> * [技术书籍](https://github.com/venshine/AndroidNote#第三部份技术书籍) +> * [技术周报](https://github.com/venshine/AndroidNote#技术周报) +> * [技术书籍](https://github.com/venshine/AndroidNote#第三部分技术书籍) > * [计算机基础](https://github.com/venshine/AndroidNote#计算机基础) > * [操作系统](https://github.com/venshine/AndroidNote#操作系统) > * [体系结构](https://github.com/venshine/AndroidNote#体系结构) @@ -39,7 +44,7 @@ Android 进阶笔记 ### 图片加载 * [Glide](https://github.com/bumptech/glide) * [Fresco](http://fresco-cn.org/) -* [Volley](http://developer.android.com/intl/zh-cn/training/volley/request.html#request-image) +* [Volley](https://android.googlesource.com/platform/frameworks/volley) * [Picasso](http://square.github.io/picasso/) * [Universal Image Loader](https://github.com/nostra13/Android-Universal-Image-Loader) @@ -54,6 +59,7 @@ Android 进阶笔记 * [greenDAO](http://greenrobot.org/greendao/) * [sugar](http://satyan.github.io/sugar/) * [realm](https://github.com/realm/realm-java) +* [sqlbrite](https://github.com/square/sqlbrite) ### Json解析 * [gson](https://github.com/google/gson) @@ -61,14 +67,15 @@ Android 进阶笔记 * [jackson](https://github.com/FasterXML/jackson) ### 常用工具 +* [AndroidCommon](https://github.com/venshine/AndroidCommon) * [android-common](https://github.com/Trinea/android-common) * [android-common](https://github.com/litesuits/android-common) -* [AndroidCommon](https://github.com/venshine/AndroidCommon) ### 依赖注入 * [Dagger 2](http://google.github.io/dagger/) * [Butter Knife](http://jakewharton.github.io/butterknife/) * [RoboGuice](https://github.com/roboguice/roboguice) +* [AndroidAnnotations](http://androidannotations.org/) ### 快速开发 * [afinal](https://github.com/yangfuhai/afinal) @@ -93,10 +100,33 @@ Android 进阶笔记 * [HotFix](https://github.com/dodola/HotFix) * [Nuwa](https://github.com/jasonross/Nuwa) * [DroidFix](https://github.com/bunnyblue/DroidFix) +* [RocooFix](https://github.com/dodola/RocooFix) +* [Legend](https://github.com/asLody/legend) +* [Tinker](https://github.com/Tencent/tinker) +* [Robust](https://github.com/Meituan-Dianping/Robust) ### 事件总线 * [EventBus](http://greenrobot.org/eventbus/) * [Otto](http://square.github.io/otto/) + +### 性能工具 +* [LeakCanary](https://github.com/square/leakcanary) +* [ACRA](https://github.com/ACRA/acra) + +### 图表 +* [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) +* [WilliamChart](https://github.com/diogobernardino/WilliamChart) +* [HelloCharts](https://github.com/lecho/hellocharts-android) + +### 响应式编程 +* [RxJava](https://github.com/ReactiveX/RxJava) +* [RxAndroid](https://github.com/ReactiveX/RxAndroid) +* [Agera](https://github.com/google/agera) +* [RxBinding](https://github.com/JakeWharton/RxBinding) + +### 日志框架 +* [Logger](https://github.com/orhanobut/logger) +* [Timber](https://github.com/JakeWharton/timber) 第二部分    博客社区 -- @@ -107,7 +137,6 @@ Android 进阶笔记 * [郭霖](http://blog.csdn.net/guolin_blog) * [夏安明](http://blog.csdn.net/xiaanming) * [鸿阳](http://blog.csdn.net/lmj623565791) -* [Android开发技术周报](http://androidweekly.cn/) * [任玉刚](http://blog.csdn.net/singwhatiwanna) * [云在千峰](http://blog.chengyunfeng.com/) * [胡凯](http://hukai.me/) @@ -117,13 +146,54 @@ Android 进阶笔记 * [阮一峰的网络日志](http://www.ruanyifeng.com/blog/) * [张涛-开源实验室](http://blog.kymjs.com/) * [谢权SELF](https://xiequan.info/) -* [Mr.Simple的专栏](http://blog.csdn.net/bboyfeiyu) +* [Mr.Simple](http://blog.csdn.net/bboyfeiyu) * [技术小黑屋](http://droidyue.com/) * [Drakeet的个人博客](https://drakeet.me/) * [eclipse_xu](http://blog.csdn.net/eclipsexys) * [子墨博客](http://blog.csdn.net/ElinaVampire) * [巫山老妖](http://blog.csdn.net/wwj_748) * [AigeStudio](http://blog.csdn.net/aigestudio) +* [雨松MOMO程序研究院](http://www.xuanyusong.com/) +* [包建强](http://blog.csdn.net/jspandasp) +* [邓凡平](http://blog.csdn.net/innost) +* [hujiaweibujidao](http://hujiaweibujidao.github.io/) +* [何红辉](http://blog.csdn.net/bboyfeiyu) +* [Piasy](http://blog.piasy.com/) +* [元斌](http://blog.csdn.net/qibin0506) +* [赵四](http://blog.csdn.net/jiangwei0910410003) +* [weishu](http://weishu.me/) +* [严振杰](http://blog.csdn.net/yanzhenjie1003) +* [切问录](http://www.fuzihao.org/blog/) +* [猴子搬来的救兵](http://blog.csdn.net/mynameishuangshuai) +* [markzhai](http://blog.zhaiyifan.cn/) +* [兰亭风雨](http://blog.csdn.net/ns_code) +* [谦虚的天下](http://www.cnblogs.com/qianxudetianxia/) +* [工匠若水](http://blog.csdn.net/yanbober) +* [diygreen](http://www.jianshu.com/u/0ad0a0afc409) +* [VERYYOUNG](http://veryyoung.me/) +* [左飞](http://blog.csdn.net/baimafujinji) +* [Frodo](http://frodoking.github.io/) +* [青峰](http://www.fqxyi.com/) +* [拉丁吴](http://www.jianshu.com/u/1d8042233f67) +* [Carson_Ho](http://blog.csdn.net/carson_ho) +* [Gityuan](http://gityuan.com/) +* [GcsSloop](http://www.gcssloop.com/) +* [吴小龙同学](http://wuxiaolong.me/) +* [设计师吴彦祖](http://liangjingkanji.coding.me/) +* [frank的专栏](http://blog.csdn.net/briblue) +* [zjutkz's blog](http://zjutkz.net/) +* [Gavin Liu](http://gavinliu.cn/) +* [SpikeKing](https://www.jianshu.com/u/e2b4dd6d3eb4) +* [田野光的技术小站](https://wangyeming.github.io/) +* [Coder-Pig](https://blog.csdn.net/coder_pig) +* [Android Performance](https://www.androidperformance.com) +* [Gityuan博客](http://gityuan.com/) +* [欧阳鹏](https://blog.csdn.net/ouyang_peng) +* [寒江蓑笠](https://www.heqiangfly.com/) +* [却把清梅嗅](https://juejin.im/user/588555ff1b69e600591e8462) +* [bugstack虫洞栈](https://bugstack.cn/) +* [奋飞安全](http://91fans.com.cn/) +* [一枚码农](https://www.javagame.top/index.html) ### 团队博客 * [Android官方技术博客](http://android-developers.blogspot.com/) @@ -134,6 +204,9 @@ Android 进阶笔记 * [Square](https://corner.squareup.com/) * [Facebook](https://code.facebook.com/) * [腾讯游戏安全实验室](http://gslab.qq.com/) +* [腾讯Bugly社区](http://bugly.qq.com/bbs/portal.php) +* [DEV CLUB](http://dev.qq.com/) +* [腾讯Gad](http://gad.qq.com/program) ### 技术社区 * [CSDN](http://www.csdn.net/) @@ -153,6 +226,25 @@ Android 进阶笔记 * [InfoQ](http://www.infoq.com/cn/) * [ChinaUnix](http://blog.chinaunix.net/) * [ITPUB](http://blog.itpub.net/) +* [开发者头条](http://toutiao.io/) +* [Android安全中文站](http://www.droidsec.cn/) +* [菜鸟教程](http://www.runoob.com/) +* [V2EX](https://www.v2ex.com/) +* [FreeBuf](http://www.freebuf.com/) +* [Google开发者官方频道](http://i.youku.com/i/UMjczOTc0NDkzNg==) +* [GDG中国社区论坛](http://www.chinagdg.com/) +* [谷歌中国博客](http://developers.googleblog.cn) +* [小专栏](https://xiaozhuanlan.com/) + +### 技术周报 +* [编程狂人](http://www.tuicool.com/mags/) +* [Android开发技术周报](http://androidweekly.cn/) +* [APP开发日报](http://app.memect.com/) +* [码农周刊](http://weekly.manong.io/issues/) +* [干货集中营](http://gank.io/history) +* [平安金融科技移动技术周报](http://www.jianshu.com/notebooks/2983917/latest) +* [Android博客周刊](http://androidblog.cn/) +* [Android Weekly](http://androidweekly.net/) 第三部分    技术书籍 -- @@ -329,13 +421,18 @@ Android 进阶笔记 * [《鸟哥的Linux私房菜:服务器架设篇(第3版)》](https://book.douban.com/subject/10794788/) 您已有Linux基础,想要进一步学习服务器架设?还想了解如何维护与管理您的服务器?本书是您绝佳的选择。 +* [《UNIX环境高级编程》](https://book.douban.com/subject/1788421/) +本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。本书内容权威,概念清晰,阐述精辟,对于所有层次UNIX程序员都是一本不可或缺的参考书。 + ### Android * [《Android开发权威指南》](https://book.douban.com/subject/25741542/) 本书是一本全面介绍Android应用开发的专著。 +* [《第一行代码》](https://book.douban.com/subject/26915433/) +本书被广大Android 开发者誉为“Android 学习第一书”。全书系统全面、循序渐进地介绍了Android软件开发的必备知识、经验和技巧。 + * [《Android内核剖析》](https://book.douban.com/subject/6811238/) 本书详细分析了Android内核的内部机制,包括窗口管理系统、Activity管理系统、输入法框架、编译系统等,为Android内核定制及高级应用程序开发提供技术参考。 - * [《Android开发艺术探索》](https://book.douban.com/subject/26599538/) 本书是一本Android进阶类书籍,采用理论、源码和实践相结合的方式来阐述高水准的Android应用开发要点。