From 2c38fe0c1b1af594bfa9eff99721c9a7aa01beca Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Sun, 8 Nov 2015 10:13:13 +0800 Subject: [PATCH 01/83] Update README.md add dymanic and hot fix --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a4e42f1..e48d423 100644 --- a/README.md +++ b/README.md @@ -184,10 +184,15 @@ - [OpenAtlas,已改名为ACDD,可以在手机淘宝中见到踪影](https://github.com/bunnyblue/ACDD) - [360的DroidPlugin](https://github.com/Qihoo360/DroidPlugin) - [dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) + - [携程DynamicAPK](https://github.com/CtripMobile/DynamicAPK) + - [美团分包](http://tech.meituan.com/mt-android-auto-split-dex.html) + - [微信/手Q加载方案](http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207151651&idx=1&sn=9eab282711f4eb2b4daf2fbae5a5ca9a&3rd=MzA3MDU4NTYzMw==&scene=6#rd) ### Android 热更新 - [dexposed](https://github.com/alibaba/dexposed) - [AndFix](https://github.com/alibaba/AndFix) + - [QQ空间热修复](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400118620&idx=1&sn=b4fdd5055731290eef12ad0d17f39d4a&scene=0#wechat_redirect) + - [QQ空间热修复实现方案](https://github.com/dodola/HotFix) ### 安卓开发值得关注的库 - [SugarTask](https://github.com/mthli/SugarTask) From f3b4b14cf3a3a2257f7a450c51988fddf598fe1d Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Sun, 8 Nov 2015 10:17:01 +0800 Subject: [PATCH 02/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e48d423..ade8920 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) ### Android 开发中值得看的优秀内容和工具 + - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) - [InfoQAndroid周报](http://www.infoq.com/cn/android-weekly/) - [开发技术前线](http://www.devtf.cn/) - [美团Android DEX自动拆包及动态加载简介](http://tech.meituan.com/mt-android-auto-split-dex.html) From 05e4369a7b00c22feadf623fd1c12c3b23013b2d Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Sun, 15 Nov 2015 10:06:25 +0800 Subject: [PATCH 03/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 浅谈Hybrid技术的设计与实现 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ade8920..b39cd05 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ - [Android最佳性能实践(3):高性能编码优化](http://blog.csdn.net/guolin_blog/article/details/42318689) - [Android最佳性能实践(4):布局优化技巧](http://blog.csdn.net/guolin_blog/article/details/43376527) +### Android Hybrid 技术 + - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) ### React Native 专题 - [Facebook的react-native](http://facebook.github.io/react-native/) @@ -96,6 +98,7 @@ - [awesome-android](https://github.com/JStumpp/awesome-android) - [Retrofit相关文章](https://futurestud.io/blog/retrofit-getting-started-and-android-client/) - [Lite Android](http://litesuits.com/) + - [Bugly Blog](http://bugly.qq.com/blog/) ### Android 开源软件 From e630f2d15eb4cff301e1a0cba3302d249b6f560d Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Sun, 15 Nov 2015 10:07:33 +0800 Subject: [PATCH 04/83] Update README.md add nuwa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b39cd05..d4dcbe6 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ - [AndFix](https://github.com/alibaba/AndFix) - [QQ空间热修复](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400118620&idx=1&sn=b4fdd5055731290eef12ad0d17f39d4a&scene=0#wechat_redirect) - [QQ空间热修复实现方案](https://github.com/dodola/HotFix) + - [Nuwa 女娲](https://github.com/jasonross/Nuwa) ### 安卓开发值得关注的库 - [SugarTask](https://github.com/mthli/SugarTask) From c47c3fa3ee77a3a70e498279ee32061e0e619554 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Mon, 16 Nov 2015 20:15:44 +0800 Subject: [PATCH 05/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 谈谈App混合开发 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4dcbe6..10694aa 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ### Android Hybrid 技术 - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) + - [谈谈App混合开发](http://bxbxbai.gitcafe.io/2015/08/16/talk-about-bybird-app/) ### React Native 专题 - [Facebook的react-native](http://facebook.github.io/react-native/) From bfa558ca744563af1c3604d5eadd8f3898acd18f Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Wed, 18 Nov 2015 12:17:19 +0800 Subject: [PATCH 06/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add React-Native学习指南 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10694aa..d105d4d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ - [谈谈App混合开发](http://bxbxbai.gitcafe.io/2015/08/16/talk-about-bybird-app/) ### React Native 专题 + - [React-Native学习指南](https://github.com/ele828/react-native-guide) - [Facebook的react-native](http://facebook.github.io/react-native/) - [React Native: 配置和起步](http://www.liaohuqiu.net/cn/posts/react-native-1/) - [React Native: Android 的打包](http://www.liaohuqiu.net/cn/posts/react-native-android-package/) From 53c28c0f83d9c5a82775cb16ba55b7cb2246f268 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Wed, 18 Nov 2015 12:19:05 +0800 Subject: [PATCH 07/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add Android打包的那些事 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d105d4d..417cba7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ - [美团Android资源混淆保护实践](http://tech.meituan.com/mt-android-resource-obfuscation.html) ### Android Studio专题 + - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) - [谷歌Gradle官方文档](http://google.github.io/android-gradle-dsl/current/) - [idea-live-templates 模板](https://github.com/keyboardsurfer/idea-live-templates) - [方法数统计插件,可用于统计是否达到65536个方法](https://github.com/KeepSafe/dexcount-gradle-plugin) From e5240d8415754ea092f54e9174f953b81694b8e8 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Thu, 19 Nov 2015 10:46:20 +0800 Subject: [PATCH 08/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 417cba7..e72e6b1 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) ### Android 开发中值得看的优秀内容和工具 + - [阿里巴巴技术文章](https://github.com/amfe/article) - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) - [InfoQAndroid周报](http://www.infoq.com/cn/android-weekly/) - [开发技术前线](http://www.devtf.cn/) From 4e819c5bdf4bd620af8fa810c08d8361cf791184 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Mon, 23 Nov 2015 13:06:30 +0800 Subject: [PATCH 09/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e72e6b1..13d2013 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [JianDan-React-Native](https://github.com/w4lle/JianDan-React-Native) - [React Native For Android 架构初探](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=207782506&idx=1&sn=3ff6b03c0d59fbda406f64739d9272cf&scene=1&srcid=1009Q3qo6mLeT2ydjdzUwLQ7&from=groupmessage&isappinstalled=0#rd) - [react-native-viewpager](https://github.com/race604/react-native-viewpager) + - [React Native for Android 实践 -- 实现知乎日报客户端](http://www.race604.com/react-native-android-practice/) ### Android 加固与反编译 - [android反编译工具的合集](https://github.com/Juude/droidReverse) From 593dae38dfbaf7e1d6d906770ceb9af3aa24d57c Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Mon, 4 Jan 2016 10:20:38 +0800 Subject: [PATCH 10/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add rn热更新,as调试技巧 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13d2013..5e851cf 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ - [谈谈App混合开发](http://bxbxbai.gitcafe.io/2015/08/16/talk-about-bybird-app/) ### React Native 专题 + - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) - [React-Native学习指南](https://github.com/ele828/react-native-guide) - [Facebook的react-native](http://facebook.github.io/react-native/) - [React Native: 配置和起步](http://www.liaohuqiu.net/cn/posts/react-native-1/) @@ -35,6 +36,7 @@ - [美团Android资源混淆保护实践](http://tech.meituan.com/mt-android-resource-obfuscation.html) ### Android Studio专题 + - [Android Studio 你不知道的调试技巧](http://tianweishu.com/2015/12/21/android-studio-debug-tips-you-may-not-know/) - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) - [谷歌Gradle官方文档](http://google.github.io/android-gradle-dsl/current/) - [idea-live-templates 模板](https://github.com/keyboardsurfer/idea-live-templates) From bf2497fd9a03e36a3b9acc34de7e6bf0ef64ab99 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Fri, 22 Jan 2016 16:26:38 +0800 Subject: [PATCH 11/83] Update README.md add blockcanary --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e851cf..9bb4ddd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - [Android最佳性能实践(2):分析内存的使用情况](http://blog.csdn.net/guolin_blog/article/details/42238633) - [Android最佳性能实践(3):高性能编码优化](http://blog.csdn.net/guolin_blog/article/details/42318689) - [Android最佳性能实践(4):布局优化技巧](http://blog.csdn.net/guolin_blog/article/details/43376527) + - [blockcanary-轻松找出Android App界面卡顿元凶](https://github.com/moduth/blockcanary) ### Android Hybrid 技术 - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) From 026b5d8041c53d2e136a6a059c93f71e30004843 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Mon, 22 Feb 2016 12:50:12 +0800 Subject: [PATCH 12/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9bb4ddd..39f0656 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) ### Android 开发中值得看的优秀内容和工具 + - [network-connection-class](https://github.com/facebook/network-connection-class) - [阿里巴巴技术文章](https://github.com/amfe/article) - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) - [InfoQAndroid周报](http://www.infoq.com/cn/android-weekly/) From 12ac49e7e371142c913fd3f32b5ccf972f9500d6 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Wed, 24 Feb 2016 17:04:51 +0800 Subject: [PATCH 13/83] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f0656..5c1c0ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Android 开发中的日常积累 - +[jinribanjia://bj/home](jinribanjia://bj/home) ### Android 性能优化 - [Android性能优化视频,文档以及工具](https://github.com/Juude/awesome-android-performance) - [胡凯-性能优化](http://hukai.me/blog/archives/) From e95c5dda9b0acc443930756b99894a9aa5ee672a Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Wed, 24 Feb 2016 17:06:02 +0800 Subject: [PATCH 14/83] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c1c0ca..39f0656 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Android 开发中的日常积累 -[jinribanjia://bj/home](jinribanjia://bj/home) + ### Android 性能优化 - [Android性能优化视频,文档以及工具](https://github.com/Juude/awesome-android-performance) - [胡凯-性能优化](http://hukai.me/blog/archives/) From 58ec722e7585846f619e820d1535e423813122d5 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Thu, 25 Feb 2016 21:37:37 +0800 Subject: [PATCH 15/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39f0656..c7c916d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ ### Android Hybrid 技术 - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) - [谈谈App混合开发](http://bxbxbai.gitcafe.io/2015/08/16/talk-about-bybird-app/) + - [在WebView中如何让JS与Java安全地互相调用](http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/) ### React Native 专题 - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) From 50c019a3c70035b56f2240295dfecfe061bbbfc9 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Thu, 25 Feb 2016 21:39:59 +0800 Subject: [PATCH 16/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7c916d..9e539f0 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) - [谈谈App混合开发](http://bxbxbai.gitcafe.io/2015/08/16/talk-about-bybird-app/) - [在WebView中如何让JS与Java安全地互相调用](http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/) + - [WebView中接口隐患与手机挂马利用](http://drops.wooyun.org/papers/548) ### React Native 专题 - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) From 1f5589731757ca248b6def5d959213dddf4664d8 Mon Sep 17 00:00:00 2001 From: jiangqqlmj Date: Sat, 27 Feb 2016 17:16:12 +0800 Subject: [PATCH 17/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit +新增[React Native专题系列文章更新ing(设计基础,组件,进阶以及开源项目)] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e539f0..b636ae2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - [WebView中接口隐患与手机挂马利用](http://drops.wooyun.org/papers/548) ### React Native 专题 + - [React Native专题系列文章更新ing(设计基础,组件,进阶以及开源项目)](http://www.lcode.org/react-native/) - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) - [React-Native学习指南](https://github.com/ele828/react-native-guide) - [Facebook的react-native](http://facebook.github.io/react-native/) From 242653c036319e54541d3c89e27cb3a2b453d8d8 Mon Sep 17 00:00:00 2001 From: jiangqqlmj Date: Sat, 27 Feb 2016 17:16:37 +0800 Subject: [PATCH 18/83] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b636ae2..79ce3b3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - [WebView中接口隐患与手机挂马利用](http://drops.wooyun.org/papers/548) ### React Native 专题 - - [React Native专题系列文章更新ing(设计基础,组件,进阶以及开源项目)](http://www.lcode.org/react-native/) + - [React Native专题系列文章更新ing(涉及基础,组件,进阶以及开源项目)](http://www.lcode.org/react-native/) - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) - [React-Native学习指南](https://github.com/ele828/react-native-guide) - [Facebook的react-native](http://facebook.github.io/react-native/) From 8d6100b25db06800763b5e222652257607622add Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Sun, 28 Feb 2016 10:15:15 +0800 Subject: [PATCH 19/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add IntelliJ IDEA 简体中文专题教程 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e539f0..3c2262b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ - [美团Android资源混淆保护实践](http://tech.meituan.com/mt-android-resource-obfuscation.html) ### Android Studio专题 + - [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial) - [Android Studio 你不知道的调试技巧](http://tianweishu.com/2015/12/21/android-studio-debug-tips-you-may-not-know/) - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) - [谷歌Gradle官方文档](http://google.github.io/android-gradle-dsl/current/) From 9dc3bb56cf97ba0417d92bcace83a014adf15260 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Sun, 28 Feb 2016 10:18:38 +0800 Subject: [PATCH 20/83] Update README.md add linux and markdown --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c2262b..d5ab1e8 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ - [百度ApiStore](http://apistore.baidu.com/) - [Vim插件](https://github.com/vim-scripts/Auto-Pairs) - [强迫症的 Mac 设置指南](https://github.com/macdao/ocds-guide-to-setting-up-mac) + - [Linux-Tutorial](https://github.com/judasn/Linux-Tutorial) + - [Markdown-Syntax-CN](https://github.com/judasn/Markdown-Syntax-CN) ### Android 推送(含IM) From dc38b712b3d212f9bf806dfde91dfd38983f77b1 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Sun, 28 Feb 2016 10:21:33 +0800 Subject: [PATCH 21/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add TraceView性能优化工具使用 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5ab1e8..9a4bd31 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) ### Android 开发中值得看的优秀内容和工具 + - [TraceView性能优化工具使用](http://wangxinghe.me/blog/2016-02-25/android-tools-traceview/) - [network-connection-class](https://github.com/facebook/network-connection-class) - [阿里巴巴技术文章](https://github.com/amfe/article) - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) From d16aeaa857fe147baa58e7d0f0a041a77cd99b7f Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Tue, 1 Mar 2016 21:55:34 +0800 Subject: [PATCH 22/83] Update README.md add Small --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a4bd31..2b57a69 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ - [携程DynamicAPK](https://github.com/CtripMobile/DynamicAPK) - [美团分包](http://tech.meituan.com/mt-android-auto-split-dex.html) - [微信/手Q加载方案](http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207151651&idx=1&sn=9eab282711f4eb2b4daf2fbae5a5ca9a&3rd=MzA3MDU4NTYzMw==&scene=6#rd) + - [Small](https://github.com/wequick/Small) ### Android 热更新 - [dexposed](https://github.com/alibaba/dexposed) From c18666d7f318f8e99943e17ac2f9f9786a5477d4 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Thu, 3 Mar 2016 09:42:47 +0800 Subject: [PATCH 23/83] Update README.md add Gradle for Android --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b57a69..5c8c204 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ - [美团Android资源混淆保护实践](http://tech.meituan.com/mt-android-resource-obfuscation.html) ### Android Studio专题 + - [Gradle for Android](https://segmentfault.com/a/1190000004229002) - [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial) - [Android Studio 你不知道的调试技巧](http://tianweishu.com/2015/12/21/android-studio-debug-tips-you-may-not-know/) - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) From 7d6458d168de53e3de42979ee43a9d4615f88c80 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Thu, 3 Mar 2016 10:06:49 +0800 Subject: [PATCH 24/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c8c204..2364016 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) ### Android 开发中值得看的优秀内容和工具 + - [贾吉鑫](http://jiajixin.cn) - [TraceView性能优化工具使用](http://wangxinghe.me/blog/2016-02-25/android-tools-traceview/) - [network-connection-class](https://github.com/facebook/network-connection-class) - [阿里巴巴技术文章](https://github.com/amfe/article) From 098d51d4b03acbe8a311638fe07bad50c079dbdb Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Tue, 22 Mar 2016 15:39:29 +0800 Subject: [PATCH 25/83] Update README.md --- README.md | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 2364016..cc78cbb 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,26 @@ - [react-native-viewpager](https://github.com/race604/react-native-viewpager) - [React Native for Android 实践 -- 实现知乎日报客户端](http://www.race604.com/react-native-android-practice/) + +### Android插件化开发与动态加载 + - [OpenAtlas,已改名为ACDD,可以在手机淘宝中见到踪影](https://github.com/bunnyblue/ACDD) + - [360的DroidPlugin](https://github.com/Qihoo360/DroidPlugin) + - [dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) + - [携程DynamicAPK](https://github.com/CtripMobile/DynamicAPK) + - [美团分包](http://tech.meituan.com/mt-android-auto-split-dex.html) + - [微信/手Q加载方案](http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207151651&idx=1&sn=9eab282711f4eb2b4daf2fbae5a5ca9a&3rd=MzA3MDU4NTYzMw==&scene=6#rd) + - [Small](https://github.com/wequick/Small) + - [Android博客周刊专题之《插件化开发》](http://www.androidblog.cn/index.php/Index/detail/id/16) + +### Android 热更新 + - [dexposed](https://github.com/alibaba/dexposed) + - [AndFix](https://github.com/alibaba/AndFix) + - [QQ空间热修复](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400118620&idx=1&sn=b4fdd5055731290eef12ad0d17f39d4a&scene=0#wechat_redirect) + - [QQ空间热修复实现方案](https://github.com/dodola/HotFix) + - [Nuwa 女娲](https://github.com/jasonross/Nuwa) + + + ### Android 加固与反编译 - [android反编译工具的合集](https://github.com/Juude/droidReverse) - [Apktool](http://ibotpeaches.github.io/Apktool/) @@ -201,22 +221,6 @@ - [jackson](https://github.com/FasterXML/jackson) -### Android插件化开发与动态加载 - - [OpenAtlas,已改名为ACDD,可以在手机淘宝中见到踪影](https://github.com/bunnyblue/ACDD) - - [360的DroidPlugin](https://github.com/Qihoo360/DroidPlugin) - - [dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) - - [携程DynamicAPK](https://github.com/CtripMobile/DynamicAPK) - - [美团分包](http://tech.meituan.com/mt-android-auto-split-dex.html) - - [微信/手Q加载方案](http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207151651&idx=1&sn=9eab282711f4eb2b4daf2fbae5a5ca9a&3rd=MzA3MDU4NTYzMw==&scene=6#rd) - - [Small](https://github.com/wequick/Small) - -### Android 热更新 - - [dexposed](https://github.com/alibaba/dexposed) - - [AndFix](https://github.com/alibaba/AndFix) - - [QQ空间热修复](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400118620&idx=1&sn=b4fdd5055731290eef12ad0d17f39d4a&scene=0#wechat_redirect) - - [QQ空间热修复实现方案](https://github.com/dodola/HotFix) - - [Nuwa 女娲](https://github.com/jasonross/Nuwa) - ### 安卓开发值得关注的库 - [SugarTask](https://github.com/mthli/SugarTask) - [sync adapter](https://github.com/taoliuh/v2ex) From 957b61bb10c8a83981c724e01fd42c43dfae9f2e Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Thu, 31 Mar 2016 16:44:09 +0800 Subject: [PATCH 26/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc78cbb..834d136 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) ### Android 开发中值得看的优秀内容和工具 + - [Android系统源码查看,支持在线跟踪引用](http://androidxref.com) - [贾吉鑫](http://jiajixin.cn) - [TraceView性能优化工具使用](http://wangxinghe.me/blog/2016-02-25/android-tools-traceview/) - [network-connection-class](https://github.com/facebook/network-connection-class) From f13b918c11e759ab0dab05b964e9ce8c0f01b7e5 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Tue, 19 Apr 2016 20:21:07 +0800 Subject: [PATCH 27/83] Update README.md add gradle view --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cac5282..2346e40 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ - [美团Android资源混淆保护实践](http://tech.meituan.com/mt-android-resource-obfuscation.html) ### Android Studio专题 + - [查看依赖关系的插件](https://github.com/rholder/gradle-view) - [Gradle for Android](https://segmentfault.com/a/1190000004229002) - [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial) - [Android Studio 你不知道的调试技巧](http://tianweishu.com/2015/12/21/android-studio-debug-tips-you-may-not-know/) From caaf5ed093c5499c3a254741514ff035cf0d4c5e Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Wed, 20 Apr 2016 10:59:40 +0800 Subject: [PATCH 28/83] Update README.md add ReLinker --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2346e40..4770400 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ - [Android SDK镜像服务器搭建](http://jiajixin.cn/2015/10/11/android-sdk-mirror/) ### RxJava与RxAndroid学习资源 + + - [ReLinker 安全加载so库的方式](https://github.com/KeepSafe/ReLinker) - [RxJava Github地址](https://github.com/ReactiveX/RxJava/) - [RxAndroid Github地址](https://github.com/ReactiveX/RxAndroid) - [RxJava中文文档翻译](https://github.com/mcxiaoke/RxDocs) From 83fcda149f9a9fc7a67ac0b6549cb4504eb4e0d9 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Fri, 22 Apr 2016 10:28:33 +0800 Subject: [PATCH 29/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 掘金 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4770400..62dc401 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ - [Retrofit相关文章](https://futurestud.io/blog/retrofit-getting-started-and-android-client/) - [Lite Android](http://litesuits.com/) - [Bugly Blog](http://bugly.qq.com/blog/) + - [掘金](http://gold.xitu.io/#/tag/Android) ### Android 开源软件 From 62b328c06e3410077863a3121fc87561ebbabdce Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Fri, 22 Apr 2016 10:38:48 +0800 Subject: [PATCH 30/83] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62dc401..fc0a1c4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ - [在WebView中如何让JS与Java安全地互相调用](http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/) - [WebView中接口隐患与手机挂马利用](http://drops.wooyun.org/papers/548) -### React Native 专题 +### React Native 与 Weex 专题 + - [weex](http://alibaba.github.io/weex/) - [React Native专题系列文章更新ing(涉及基础,组件,进阶以及开源项目)](http://www.lcode.org/react-native/) - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) - [React-Native学习指南](https://github.com/ele828/react-native-guide) @@ -39,6 +40,7 @@ - [微信/手Q加载方案](http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207151651&idx=1&sn=9eab282711f4eb2b4daf2fbae5a5ca9a&3rd=MzA3MDU4NTYzMw==&scene=6#rd) - [Small](https://github.com/wequick/Small) - [Android博客周刊专题之《插件化开发》](http://www.androidblog.cn/index.php/Index/detail/id/16) + - [Fast load dex in memory](https://github.com/asLody/TurboDex) ### Android 热更新 - [dexposed](https://github.com/alibaba/dexposed) @@ -102,8 +104,15 @@ - [Awesome-RxJava](https://github.com/lzyzsd/Awesome-RxJava) - [在正确的线程上观察](http://www.jianshu.com/p/72911b9ba2d7) - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) + - [谜之RxJava (一) —— 最基本的观察者模式](https://segmentfault.com/a/1190000004049490) + - [谜之RxJava (二) —— Magic Lift](https://segmentfault.com/a/1190000004049841) + - [迷之RxJava (三)—— 线程切换](https://segmentfault.com/a/1190000004051191) + - [迷之RxJava (三)update —— 线程切换(二)](https://segmentfault.com/a/1190000004855661) + - [迷之RxJava (三)update 2 —— subscribeOn 和 observeOn 的区别](https://segmentfault.com/a/1190000004856071) + - [迷之RxJava(四)—— Retrofit和RxJava的基情](https://segmentfault.com/a/1190000004077117) ### Android 开发中值得看的优秀内容和工具 + - [OS X 下使用 Hexo 和 Coding Pages 搭建静态博客](http://www.eyrefree.org/2016/03/23/2016-03-23-Hexo-Coding-Pages/) - [Android系统源码查看,支持在线跟踪引用](http://androidxref.com) - [贾吉鑫](http://jiajixin.cn) - [TraceView性能优化工具使用](http://wangxinghe.me/blog/2016-02-25/android-tools-traceview/) From 718e865edfe058a0d3d033629e2d19218802416e Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Fri, 22 Apr 2016 10:45:29 +0800 Subject: [PATCH 31/83] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fc0a1c4..e7562db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ ## Android 开发中的日常积累 +>关于我 + - [CSDN博客-安卓弟](http://blog.csdn.net/sbsujjbcy) + - [github博客-基本不更](https://lizhangqu.github.io/) + - [新浪微博-_安卓弟](http://www.weibo.com/u/3262478847/home) + - [知乎-安卓弟](https://www.zhihu.com/people/zhangqu-li) + - [邮箱-li330324@gmail.com](li330324@gmail.com) + - [就职-微店](http://www.weidian.com/) + ### Android 性能优化 - [Android性能优化视频,文档以及工具](https://github.com/Juude/awesome-android-performance) - [胡凯-性能优化](http://hukai.me/blog/archives/) From 3fed1cb36683351fe70fba2a162099073d3b6c09 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Fri, 22 Apr 2016 10:46:48 +0800 Subject: [PATCH 32/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7562db..9cc3548 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## Android 开发中的日常积累 >关于我 + - 区长,安卓弟 - [CSDN博客-安卓弟](http://blog.csdn.net/sbsujjbcy) - [github博客-基本不更](https://lizhangqu.github.io/) - [新浪微博-_安卓弟](http://www.weibo.com/u/3262478847/home) From c650ba35bf91c6187740dc4ca0f59344e11fd60b Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Fri, 22 Apr 2016 23:49:25 +0800 Subject: [PATCH 33/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add rn首屏白屏优化 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc3548..53301e0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ ### React Native 与 Weex 专题 - [weex](http://alibaba.github.io/weex/) + - [Reac Native首屏白屏优化](https://segmentfault.com/a/1190000004743424) - [React Native专题系列文章更新ing(涉及基础,组件,进阶以及开源项目)](http://www.lcode.org/react-native/) - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) - [React-Native学习指南](https://github.com/ele828/react-native-guide) @@ -363,4 +364,3 @@ - [一个手势库](https://github.com/mattbryson/TouchSwipe-Jquery-Plugin) - [bootstrap-filestyle](https://github.com/markusslima/bootstrap-filestyle) - [基于Codeigniter的CMS系统](https://github.com/znddzxx112/bitcms) - From 7c9202286c5931e96bb14b84f21c508bc761217b Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Fri, 22 Apr 2016 23:50:16 +0800 Subject: [PATCH 34/83] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53301e0..3e212d6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ ### React Native 与 Weex 专题 - [weex](http://alibaba.github.io/weex/) - - [Reac Native首屏白屏优化](https://segmentfault.com/a/1190000004743424) + - [React Native首屏白屏优化](https://segmentfault.com/a/1190000004743424) - [React Native专题系列文章更新ing(涉及基础,组件,进阶以及开源项目)](http://www.lcode.org/react-native/) - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) - [React-Native学习指南](https://github.com/ele828/react-native-guide) From 2960d3b80d06d1a0bb846ebc8c83e95754200447 Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Sun, 24 Apr 2016 14:10:39 +0800 Subject: [PATCH 35/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add Android Plugin Framework 插件开发框架及示例程序,原理介绍等 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e212d6..ddf26c9 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ - [Small](https://github.com/wequick/Small) - [Android博客周刊专题之《插件化开发》](http://www.androidblog.cn/index.php/Index/detail/id/16) - [Fast load dex in memory](https://github.com/asLody/TurboDex) + - [Android Plugin Framework 插件开发框架及示例程序,原理介绍等](https://github.com/limpoxe/Android-Plugin-Framework) ### Android 热更新 - [dexposed](https://github.com/alibaba/dexposed) From b0ec8fe40f5c9336736aa8520f666ebc02725f8d Mon Sep 17 00:00:00 2001 From: lizhangqu <513163535@qq.com> Date: Tue, 26 Apr 2016 10:46:22 +0800 Subject: [PATCH 36/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddf26c9..fe0f724 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ - [迷之RxJava(四)—— Retrofit和RxJava的基情](https://segmentfault.com/a/1190000004077117) ### Android 开发中值得看的优秀内容和工具 + - [安卓架构文章合集(a collection of android Architecture)](https://github.com/CameloeAnthony/AndroidArchitectureCollection/blob/master/README.md) - [OS X 下使用 Hexo 和 Coding Pages 搭建静态博客](http://www.eyrefree.org/2016/03/23/2016-03-23-Hexo-Coding-Pages/) - [Android系统源码查看,支持在线跟踪引用](http://androidxref.com) - [贾吉鑫](http://jiajixin.cn) From 12cef684a3f4a094720b40abadf3098f07673184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Tue, 3 May 2016 22:41:32 +0800 Subject: [PATCH 37/83] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe0f724..32bc46a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ ### React Native 与 Weex 专题 - [weex](http://alibaba.github.io/weex/) + - [深入源码探索 ReactNative 通信机制](https://segmentfault.com/a/1190000004586390) - [React Native首屏白屏优化](https://segmentfault.com/a/1190000004743424) - [React Native专题系列文章更新ing(涉及基础,组件,进阶以及开源项目)](http://www.lcode.org/react-native/) - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) From f642e7f4c0dad48765c6f0f36dae9e9f51a50a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Sun, 26 Jun 2016 19:36:10 +0800 Subject: [PATCH 38/83] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32bc46a..3f8ae2f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Android 开发中的日常积累 >关于我 - - 区长,安卓弟 - - [CSDN博客-安卓弟](http://blog.csdn.net/sbsujjbcy) + - 区长 + - [CSDN博客-区长](http://blog.csdn.net/sbsujjbcy) - [github博客-基本不更](https://lizhangqu.github.io/) - - [新浪微博-_安卓弟](http://www.weibo.com/u/3262478847/home) - - [知乎-安卓弟](https://www.zhihu.com/people/zhangqu-li) + - [新浪微博-_区长](http://www.weibo.com/u/3262478847/home) + - [知乎-区长](https://www.zhihu.com/people/zhangqu-li) - [邮箱-li330324@gmail.com](li330324@gmail.com) - [就职-微店](http://www.weidian.com/) From c5f9c091fccbba9c1433b43896761f7512fd3412 Mon Sep 17 00:00:00 2001 From: Freelander Date: Tue, 9 Aug 2016 05:36:26 +0200 Subject: [PATCH 39/83] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f8ae2f..26c7c3d 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ - [http://www.developerphil.com/android-studio-tips-of-the-day-roundup-6/](http://www.developerphil.com/android-studio-tips-of-the-day-roundup-6/) - [Android Studio插件开发](http://jiajixin.cn/2015/10/11/android-studio-plugin-dev/) - [Android SDK镜像服务器搭建](http://jiajixin.cn/2015/10/11/android-sdk-mirror/) + - [Android Studio 插件整理 48 个](https://ydmmocoo.github.io/2016/06/28/Android-Studio%E6%8F%92%E4%BB%B6%E6%95%B4%E7%90%86/) ### RxJava与RxAndroid学习资源 @@ -122,6 +123,7 @@ - [迷之RxJava (三)update —— 线程切换(二)](https://segmentfault.com/a/1190000004855661) - [迷之RxJava (三)update 2 —— subscribeOn 和 observeOn 的区别](https://segmentfault.com/a/1190000004856071) - [迷之RxJava(四)—— Retrofit和RxJava的基情](https://segmentfault.com/a/1190000004077117) + - [RxJava 与 Retrofit 结合的最佳实践](http://gank.io/post/56e80c2c677659311bed9841) ### Android 开发中值得看的优秀内容和工具 - [安卓架构文章合集(a collection of android Architecture)](https://github.com/CameloeAnthony/AndroidArchitectureCollection/blob/master/README.md) @@ -284,6 +286,7 @@ - [左滑粒子删除效果](https://github.com/ZhaoKaiQiang/ParticleLayout) - [JSON Server:零编码快速“伪造” REST API](https://github.com/typicode/json-server) - [owncloud](https://github.com/owncloud/) + - [Android_Data (Android 学习资料收集)](https://github.com/Freelander/Android_Data) ### 安卓资源相关 From a8dc0a9aeece9b5ea0891a3fe7b5250cf986de7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Wed, 10 Aug 2016 12:36:04 +0800 Subject: [PATCH 40/83] Update README.md add java writer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f8ae2f..5d213d5 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ - [迷之RxJava(四)—— Retrofit和RxJava的基情](https://segmentfault.com/a/1190000004077117) ### Android 开发中值得看的优秀内容和工具 + - [Java源码生成(Square JavaWriter)](https://github.com/square/javapoet) - [安卓架构文章合集(a collection of android Architecture)](https://github.com/CameloeAnthony/AndroidArchitectureCollection/blob/master/README.md) - [OS X 下使用 Hexo 和 Coding Pages 搭建静态博客](http://www.eyrefree.org/2016/03/23/2016-03-23-Hexo-Coding-Pages/) - [Android系统源码查看,支持在线跟踪引用](http://androidxref.com) From 70e8ed3e20d1d9f8d33bb6b76e39dbd8fadd548a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Wed, 24 Aug 2016 10:04:46 +0800 Subject: [PATCH 41/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新http2.0相关内容 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5d213d5..b9f47e1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ - [邮箱-li330324@gmail.com](li330324@gmail.com) - [就职-微店](http://www.weidian.com/) +### HTTP2.0 + - [测试是否支持http2.0,需翻墙](https://tools.keycdn.com/http2-test) + - [httpvshttps](http://www.httpvshttps.com/) + - [chrome 插件HTTP/2 and SPDY indicator](https://chrome.google.com/webstore/detail/mpbpobfflnpcgagjijhmgnchggcjblin) + - [HTTP/2 资料汇总](https://imququ.com/post/http2-resource.html) + - [HTTP 2.0的那些事](http://mrpeak.cn/blog/http2/) + - [http2-spec](https://http2.github.io/http2-spec/#malformed) + ### Android 性能优化 - [Android性能优化视频,文档以及工具](https://github.com/Juude/awesome-android-performance) - [胡凯-性能优化](http://hukai.me/blog/archives/) From dce7a4129a8bcf48e0e75a1eb368d1d2f91bb7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Thu, 25 Aug 2016 13:12:13 +0800 Subject: [PATCH 42/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新hotpatch相关文章 --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9f47e1..f28fea2 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,12 @@ - [Android最佳性能实践(4):布局优化技巧](http://blog.csdn.net/guolin_blog/article/details/43376527) - [blockcanary-轻松找出Android App界面卡顿元凶](https://github.com/moduth/blockcanary) -### Android Hybrid 技术 +### Android Hybrid&JSBridge技术 - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) - [谈谈App混合开发](http://bxbxbai.gitcafe.io/2015/08/16/talk-about-bybird-app/) - [在WebView中如何让JS与Java安全地互相调用](http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/) - [WebView中接口隐患与手机挂马利用](http://drops.wooyun.org/papers/548) + - [ Android JSBridge的原理与实现](http://blog.csdn.net/sbsujjbcy/article/details/50752595) ### React Native 与 Weex 专题 - [weex](http://alibaba.github.io/weex/) @@ -68,6 +69,14 @@ - [QQ空间热修复](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400118620&idx=1&sn=b4fdd5055731290eef12ad0d17f39d4a&scene=0#wechat_redirect) - [QQ空间热修复实现方案](https://github.com/dodola/HotFix) - [Nuwa 女娲](https://github.com/jasonross/Nuwa) + - [Android HotPatch从入门到“放弃”](https://mp.weixin.qq.com/s?__biz=MzIzMDEyNzM4NQ==&mid=2650956297&idx=1&sn=f4bfdd7b16f95b6d34c6f34d8ce392e0&scene=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e8a8b56c7ea2bb2868382d9036f67165867c202e363b23bb4e596335de9da22825b530281867b47449&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) + - [Android Patch 方案与持续交付](http://wereadteam.github.io/2016/07/26/AndroidPatch/?from=timeline&isappinstalled=0) + - [Android N混合编译与对热补丁影响解析](https://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=2649286341&idx=1&sn=054d595af6e824cbe4edd79427fc2706&scene=2&srcid=0804Rg6BqGmPSPyeUOOLXds3&from=timeline&isappinstalled=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e86d7c5f57902ee2b81f05b64d1b6baf39ba9ad8115ea453e72d5d9f36a58c506d01f2a84e9b6c2eca&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) + - [微信Android热补丁实践演进之路](https://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=2649286306&idx=1&sn=d6b2865e033a99de60b2d4314c6e0a25&scene=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e8857eb5c8144bf27076228deefafb6a0afd4416d54ed479daa6a67f0363c96df893d5cf4e4d3db423&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) + - [Android热更新之so库的热更新](http://blog.csdn.net/sbsujjbcy/article/details/51475499) + - [Android aapt实现资源分区(补充携程aapt源码)](http://blog.csdn.net/sbsujjbcy/article/details/51405207) + - [Android 热修复使用Gradle Plugin1.5改造Nuwa插件](http://blog.csdn.net/sbsujjbcy/article/details/50839263) + - [Android 热修复Nuwa的原理及Gradle插件源码解析](http://blog.csdn.net/sbsujjbcy/article/details/50812674) @@ -116,8 +125,7 @@ - [Android SDK镜像服务器搭建](http://jiajixin.cn/2015/10/11/android-sdk-mirror/) ### RxJava与RxAndroid学习资源 - - - [ReLinker 安全加载so库的方式](https://github.com/KeepSafe/ReLinker) + - [RxJava Github地址](https://github.com/ReactiveX/RxJava/) - [RxAndroid Github地址](https://github.com/ReactiveX/RxAndroid) - [RxJava中文文档翻译](https://github.com/mcxiaoke/RxDocs) @@ -259,6 +267,8 @@ ### 安卓开发值得关注的库 + + - [ReLinker 安全加载so库的方式](https://github.com/KeepSafe/ReLinker) - [SugarTask](https://github.com/mthli/SugarTask) - [sync adapter](https://github.com/taoliuh/v2ex) - [Android Weak Handler防止内存泄露](https://github.com/badoo/android-weak-handler) From c13426c34ab5edca13e3ed1e4ca4735d97552f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Thu, 25 Aug 2016 13:23:08 +0800 Subject: [PATCH 43/83] Update README.md update --- README.md | 58 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index f28fea2..82eeca2 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ - [Android博客周刊专题之《插件化开发》](http://www.androidblog.cn/index.php/Index/detail/id/16) - [Fast load dex in memory](https://github.com/asLody/TurboDex) - [Android Plugin Framework 插件开发框架及示例程序,原理介绍等](https://github.com/limpoxe/Android-Plugin-Framework) + - [获取主dex](https://github.com/lizhangqu/MainDex) ### Android 热更新 - [dexposed](https://github.com/alibaba/dexposed) @@ -89,6 +90,9 @@ - [Android apk包res 资源混淆工具](https://github.com/joker535/Baffle) - [微信资源混淆](https://github.com/shwenzhang/AndResGuard) - [美团Android资源混淆保护实践](http://tech.meituan.com/mt-android-resource-obfuscation.html) + - [美团Android资源混淆实现方案](https://github.com/JohnnyYin/ResProguard) + - [Apk脱壳圣战之---如何脱掉“360加固”的壳](https://mp.weixin.qq.com/s?__biz=MzIzNDA3MDgwNA==&mid=2649229991&idx=1&sn=0fc62c65609143936d10849de6eb8069&scene=2&srcid=0629LJbsgjl7ctiSLYjRYXf5&from=timeline&isappinstalled=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e8a22350257773584f0e2dc2ae515c3e0b8779155f7a039c04e16a736510fe4d44b761a3f2b651a43b&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) + - [Android脱壳圣战之---如何脱掉"爱加密"家的保护壳](http://mp.weixin.qq.com/s?__biz=MzIzNDA3MDgwNA==&mid=2649229983&idx=1&sn=de2bd1a408d74e102ecd13a05512d1fa&scene=21#wechat_redirect) ### Android Studio专题 - [查看依赖关系的插件](https://github.com/rholder/gradle-view) @@ -139,6 +143,11 @@ - [迷之RxJava (三)update 2 —— subscribeOn 和 observeOn 的区别](https://segmentfault.com/a/1190000004856071) - [迷之RxJava(四)—— Retrofit和RxJava的基情](https://segmentfault.com/a/1190000004077117) +### Gradle + - [Android Gradle 构建系统·初探](https://mp.weixin.qq.com/s?__biz=MzIzNTA3MjQwNw==&mid=2650672318&idx=1&sn=74fb2afc4e409be3014ea83aa623a792&scene=2&srcid=0814iBs3jyLcRldTGb3oqFIT&from=timeline&isappinstalled=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e8ab813a673c218977220f758d689261e1700639f2be2698a142186e9c68a3727f6e55683cee9ee94e&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) + - [Gradle系列之从init.gradle说起](http://blog.csdn.net/sbsujjbcy/article/details/52079413) + - [深入理解Android之Gradle](http://blog.csdn.net/innost/article/details/48228651) + ### Android 开发中值得看的优秀内容和工具 - [Java源码生成(Square JavaWriter)](https://github.com/square/javapoet) - [安卓架构文章合集(a collection of android Architecture)](https://github.com/CameloeAnthony/AndroidArchitectureCollection/blob/master/README.md) @@ -180,7 +189,31 @@ - [Bugly Blog](http://bugly.qq.com/blog/) - [掘金](http://gold.xitu.io/#/tag/Android) +### 安卓网络层(包含图片) + - [okhttp](https://github.com/square/okhttp) + - [retrofit](https://github.com/square/retrofit) + - [picasso](http://square.github.io/picasso/) + - [Volley](https://android.googlesource.com/platform/frameworks/volley) + - [fresco](https://github.com/facebook/fresco) + - [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) + - [robospice](https://github.com/stephanenicolas/robospice) + - [android-async-http](http://loopj.com/android-async-http/) + + +### 安卓orm框架,用得比较多的就GreenDao,Ormlite + - [greenDAO](http://greendao-orm.com/) + - [ORMLite](http://ormlite.com/sqlite_java_android_orm.shtml) + - [ActiveAndroid](https://github.com/pardom/ActiveAndroid/wiki/Getting-started ) + - [SugarORM](http://satyan.github.io/sugar/index.html) + - [Siminov](http://siminov.github.io/android-orm/) + - [androrm](http://www.androrm.net/) + - [cupboard](https://bitbucket.org/qbusict/cupboard/wiki/GettingStarted) +### 安卓Json解析 + - [Gson,用法简单,速度慢](https://github.com/google/gson) + - [fastjson,号称最快](https://github.com/alibaba/fastjson) + - [jackson](https://github.com/FasterXML/jackson) + ### Android 开源软件 - [一个第三方开源微博](https://github.com/wangdan/AisenWeiBo) - [android相关的干货(文摘,名博,github等等)](https://github.com/openproject/AndroidDigest) @@ -240,31 +273,6 @@ - [bmob支付,Bmob为广大开发人员提供的统一、正规的收费手段,让没有企业认证的个人开发者,也能通过支付宝和微信向用户收费](http://docs.bmob.cn/androidpay/index.html?menukey=fast_start&key=start_android_pay) - [容联云通讯](http://www.yuntongxun.com/ability/toPriceTariff) -### 安卓网络层(包含图片) - - [okhttp](https://github.com/square/okhttp) - - [retrofit](https://github.com/square/retrofit) - - [picasso](http://square.github.io/picasso/) - - [Volley](https://android.googlesource.com/platform/frameworks/volley) - - [fresco](https://github.com/facebook/fresco) - - [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) - - [robospice](https://github.com/stephanenicolas/robospice) - - [android-async-http](http://loopj.com/android-async-http/) - - -### 安卓orm框架,用得比较多的就GreenDao,Ormlite - - [greenDAO](http://greendao-orm.com/) - - [ORMLite](http://ormlite.com/sqlite_java_android_orm.shtml) - - [ActiveAndroid](https://github.com/pardom/ActiveAndroid/wiki/Getting-started ) - - [SugarORM](http://satyan.github.io/sugar/index.html) - - [Siminov](http://siminov.github.io/android-orm/) - - [androrm](http://www.androrm.net/) - - [cupboard](https://bitbucket.org/qbusict/cupboard/wiki/GettingStarted) - -### 安卓Json解析 - - [Gson,用法简单,速度慢](https://github.com/google/gson) - - [fastjson,号称最快](https://github.com/alibaba/fastjson) - - [jackson](https://github.com/FasterXML/jackson) - ### 安卓开发值得关注的库 From 1355a418eddb37fe30fe5bc2acc5459f7ce4ede6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Thu, 25 Aug 2016 13:53:48 +0800 Subject: [PATCH 44/83] Update README.md --- README.md | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82eeca2..7961ec7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - [HTTP/2 资料汇总](https://imququ.com/post/http2-resource.html) - [HTTP 2.0的那些事](http://mrpeak.cn/blog/http2/) - [http2-spec](https://http2.github.io/http2-spec/#malformed) + - [从启用 HTTP/2 导致网站无法访问说起](https://imququ.com/post/why-tls-handshake-failed-with-http2-enabled.html?f=http://blogread.cn/) ### Android 性能优化 - [Android性能优化视频,文档以及工具](https://github.com/Juude/awesome-android-performance) @@ -26,6 +27,7 @@ - [Android最佳性能实践(3):高性能编码优化](http://blog.csdn.net/guolin_blog/article/details/42318689) - [Android最佳性能实践(4):布局优化技巧](http://blog.csdn.net/guolin_blog/article/details/43376527) - [blockcanary-轻松找出Android App界面卡顿元凶](https://github.com/moduth/blockcanary) + - [Android Splash页秒开 Activity白屏 Activity黑屏](http://blog.csdn.net/yanzhenjie1003/article/details/52201896) ### Android Hybrid&JSBridge技术 - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) @@ -49,6 +51,8 @@ - [React Native For Android 架构初探](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=207782506&idx=1&sn=3ff6b03c0d59fbda406f64739d9272cf&scene=1&srcid=1009Q3qo6mLeT2ydjdzUwLQ7&from=groupmessage&isappinstalled=0#rd) - [react-native-viewpager](https://github.com/race604/react-native-viewpager) - [React Native for Android 实践 -- 实现知乎日报客户端](http://www.race604.com/react-native-android-practice/) + - [【React Native for Android】jsBridge实现原理](http://blog.desmondyao.com/2016/07/02/rn-bridge/) + - [其实没那么复杂!探究react-native通信机制](http://zjutkz.net/2016/05/03/%E5%85%B6%E5%AE%9E%E6%B2%A1%E9%82%A3%E4%B9%88%E5%A4%8D%E6%9D%82%EF%BC%81%E6%8E%A2%E7%A9%B6react-native%E9%80%9A%E4%BF%A1%E6%9C%BA%E5%88%B6/) ### Android插件化开发与动态加载 @@ -63,6 +67,10 @@ - [Fast load dex in memory](https://github.com/asLody/TurboDex) - [Android Plugin Framework 插件开发框架及示例程序,原理介绍等](https://github.com/limpoxe/Android-Plugin-Framework) - [获取主dex](https://github.com/lizhangqu/MainDex) + - [应用双开VirtualApp](https://github.com/asLody/VirtualApp) + - [Android Dex分包之旅](http://yydcdut.com/2016/03/20/split-dex/) + - [掌阅-最简单易懂的Android插件补丁框架](https://github.com/iReaderAndroid/ZeusPlugin) + - [ANROID动态加载技术 系列索引](https://zhuanlan.zhihu.com/p/20515113) ### Android 热更新 - [dexposed](https://github.com/alibaba/dexposed) @@ -78,6 +86,11 @@ - [Android aapt实现资源分区(补充携程aapt源码)](http://blog.csdn.net/sbsujjbcy/article/details/51405207) - [Android 热修复使用Gradle Plugin1.5改造Nuwa插件](http://blog.csdn.net/sbsujjbcy/article/details/50839263) - [Android 热修复Nuwa的原理及Gradle插件源码解析](http://blog.csdn.net/sbsujjbcy/article/details/50812674) + - [Tinker_imitator](https://github.com/zzz40500/Tinker_imitator) + - [ZeusPlugin插件框架热修复gradle插件源码](https://github.com/iReaderAndroid/PatchPluginForZeus) + - [RocooFix](https://github.com/dodola/RocooFix) + - [ Android Classloader热修复技术之百家齐放](http://blog.csdn.net/sbsujjbcy/article/details/51760578) + - [从Instant-Run出发,谈谈Android上的热修复](http://zjutkz.net/2016/05/10/%E4%BB%8EInstant-Run%E5%87%BA%E5%8F%91%EF%BC%8C%E8%B0%88%E8%B0%88Android%E4%B8%8A%E7%9A%84%E7%83%AD%E4%BF%AE%E5%A4%8D/) @@ -93,14 +106,13 @@ - [美团Android资源混淆实现方案](https://github.com/JohnnyYin/ResProguard) - [Apk脱壳圣战之---如何脱掉“360加固”的壳](https://mp.weixin.qq.com/s?__biz=MzIzNDA3MDgwNA==&mid=2649229991&idx=1&sn=0fc62c65609143936d10849de6eb8069&scene=2&srcid=0629LJbsgjl7ctiSLYjRYXf5&from=timeline&isappinstalled=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e8a22350257773584f0e2dc2ae515c3e0b8779155f7a039c04e16a736510fe4d44b761a3f2b651a43b&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) - [Android脱壳圣战之---如何脱掉"爱加密"家的保护壳](http://mp.weixin.qq.com/s?__biz=MzIzNDA3MDgwNA==&mid=2649229983&idx=1&sn=de2bd1a408d74e102ecd13a05512d1fa&scene=21#wechat_redirect) + - [一键生成项目混淆代码插件](https://github.com/zhonghanwen/AndroidProguardPlugin) ### Android Studio专题 - [查看依赖关系的插件](https://github.com/rholder/gradle-view) - - [Gradle for Android](https://segmentfault.com/a/1190000004229002) - [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial) - [Android Studio 你不知道的调试技巧](http://tianweishu.com/2015/12/21/android-studio-debug-tips-you-may-not-know/) - [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) - - [谷歌Gradle官方文档](http://google.github.io/android-gradle-dsl/current/) - [idea-live-templates 模板](https://github.com/keyboardsurfer/idea-live-templates) - [方法数统计插件,可用于统计是否达到65536个方法](https://github.com/KeepSafe/dexcount-gradle-plugin) - [Android-Drawable-Importer插件](https://github.com/winterDroid/android-drawable-importer-intellij-plugin) @@ -128,7 +140,7 @@ - [Android Studio插件开发](http://jiajixin.cn/2015/10/11/android-studio-plugin-dev/) - [Android SDK镜像服务器搭建](http://jiajixin.cn/2015/10/11/android-sdk-mirror/) -### RxJava与RxAndroid学习资源 +### RxJava&&RxAndroid&&agera学习资源 - [RxJava Github地址](https://github.com/ReactiveX/RxJava/) - [RxAndroid Github地址](https://github.com/ReactiveX/RxAndroid) @@ -142,13 +154,22 @@ - [迷之RxJava (三)update —— 线程切换(二)](https://segmentfault.com/a/1190000004855661) - [迷之RxJava (三)update 2 —— subscribeOn 和 observeOn 的区别](https://segmentfault.com/a/1190000004856071) - [迷之RxJava(四)—— Retrofit和RxJava的基情](https://segmentfault.com/a/1190000004077117) + - [android-agera](https://code-labs.cn/codelabs/android-agera/#0) + - [agera](https://github.com/google/agera/wiki) ### Gradle + - [Gradle for Android](https://segmentfault.com/a/1190000004229002) + - [谷歌Gradle官方文档](http://google.github.io/android-gradle-dsl/current/) - [Android Gradle 构建系统·初探](https://mp.weixin.qq.com/s?__biz=MzIzNTA3MjQwNw==&mid=2650672318&idx=1&sn=74fb2afc4e409be3014ea83aa623a792&scene=2&srcid=0814iBs3jyLcRldTGb3oqFIT&from=timeline&isappinstalled=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e8ab813a673c218977220f758d689261e1700639f2be2698a142186e9c68a3727f6e55683cee9ee94e&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) - [Gradle系列之从init.gradle说起](http://blog.csdn.net/sbsujjbcy/article/details/52079413) - [深入理解Android之Gradle](http://blog.csdn.net/innost/article/details/48228651) ### Android 开发中值得看的优秀内容和工具 + - [使用 CheckStyle 检查代码](http://gudong.name/2016/04/07/checkstyle.html) + - [图解 Retrofit - ServiceMethod](http://www.jianshu.com/p/3518cf8c6e4c) + - [OkHttp3源码分析-综述](http://www.jianshu.com/p/aad5aacd79bf) + - [Android进程保活招式大全](http://dev.qq.com/topic/57ac4a0ea374c75371c08ce8) + - [08/07 北京 GDG Android Meetup 活动回顾,讲义,照片](https://mp.weixin.qq.com/s?__biz=MzA5MDg3MjczMg==&mid=2652003543&idx=1&sn=849c06ac198cbfe9cdcfae90b2a17021&scene=1&srcid=0815jxyNu3OlM7PEE8PGhNYa&key=305bc10ec50ec19b21a47f33276f15cf9aee4503429d7392ce9c57f25fe26abae9fb7cffaa188ed67fd7057f3bbdd764&ascene=0&uin=MTM5ODYyMTY4Mg%3D%3D) - [Java源码生成(Square JavaWriter)](https://github.com/square/javapoet) - [安卓架构文章合集(a collection of android Architecture)](https://github.com/CameloeAnthony/AndroidArchitectureCollection/blob/master/README.md) - [OS X 下使用 Hexo 和 Coding Pages 搭建静态博客](http://www.eyrefree.org/2016/03/23/2016-03-23-Hexo-Coding-Pages/) @@ -198,6 +219,7 @@ - [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) - [robospice](https://github.com/stephanenicolas/robospice) - [android-async-http](http://loopj.com/android-async-http/) + - [Fast-Android-Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking) ### 安卓orm框架,用得比较多的就GreenDao,Ormlite @@ -214,6 +236,10 @@ - [fastjson,号称最快](https://github.com/alibaba/fastjson) - [jackson](https://github.com/FasterXML/jackson) +### Android 单元测试 + - [使用Mockito和Roboletric进行Android单元测试](http://mp.weixin.qq.com/s?__biz=MzIwOTQ1MjAwMg==&mid=2247483744&idx=1&sn=e322c5dc19952c563e00a24815399300&scene=0#wechat_redirect) + - [Robolectric](http://robolectric.org/) + ### Android 开源软件 - [一个第三方开源微博](https://github.com/wangdan/AisenWeiBo) - [android相关的干货(文摘,名博,github等等)](https://github.com/openproject/AndroidDigest) @@ -225,6 +251,7 @@ ### Android 开发辅助工具 + - [Charles 从入门到精通](http://gold.xitu.io/entry/56488b7660b20fc9b9c2f0be) - [Google Play APK下载器](http://apps.evozi.com/apk-downloader/) - [slideshare](http://www.slideshare.net/) - [codota代码片段搜索,支持Chrome和Android Studio](https://www.codota.com/) @@ -275,12 +302,14 @@ ### 安卓开发值得关注的库 - + - [方法自动生成](https://projectlombok.org/) + - [Android上的一个蛛网评分控件](https://github.com/xiaopansky/SpiderWebScoreView) - [ReLinker 安全加载so库的方式](https://github.com/KeepSafe/ReLinker) - [SugarTask](https://github.com/mthli/SugarTask) - [sync adapter](https://github.com/taoliuh/v2ex) - [Android Weak Handler防止内存泄露](https://github.com/badoo/android-weak-handler) - [Android Priority Job Queue 异步任务调度](https://github.com/path/android-priority-jobqueue) + - [android-priority-jobqueue](https://github.com/yigit/android-priority-jobqueue) - [Android对话框](https://github.com/H07000223/FlycoDialog_Master) - [扩展的RecyclerView,拥有添加头、底等多种操作](https://github.com/tianzhijiexian/ExRecyclerView/) - [MaterialDesign相关库](https://github.com/lightSky/Awesome-MaterialDesign) @@ -332,6 +361,7 @@ ### git - [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) - [用 Git Hooks 进行自动部署](http://segmentfault.com/a/1190000003836345?utm_source=Weibo&utm_medium=shareLink&utm_campaign=socialShare) + - [Git工作流指南:Forking工作流](http://blog.jobbole.com/76861/) ### Android NoSql From 22ab2645911c1a2d0e039ead5e010a818ae6a4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Thu, 25 Aug 2016 14:00:40 +0800 Subject: [PATCH 45/83] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7961ec7..66d9de3 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ ### Android Hybrid&JSBridge技术 - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) - - [谈谈App混合开发](http://bxbxbai.gitcafe.io/2015/08/16/talk-about-bybird-app/) - - [在WebView中如何让JS与Java安全地互相调用](http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/) - - [WebView中接口隐患与手机挂马利用](http://drops.wooyun.org/papers/548) + - [谈谈App混合开发](http://www.tuicool.com/articles/m6RVFfA) + - [在WebView中如何让JS与Java安全地互相调用](http://blog.csdn.net/xyz_lmn/article/details/39399225) + - [WebView中接口隐患与手机挂马利用](http://blog.csdn.net/marshalchen/article/details/11124541) - [ Android JSBridge的原理与实现](http://blog.csdn.net/sbsujjbcy/article/details/50752595) ### React Native 与 Weex 专题 From 124a424d21929c09d7bb473c5151c8926458928c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Mon, 29 Aug 2016 10:16:05 +0800 Subject: [PATCH 46/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add ADB 用法大全 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a098d75..ab965d8 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ - [深入理解Android之Gradle](http://blog.csdn.net/innost/article/details/48228651) ### Android 开发中值得看的优秀内容和工具 + - [ADB 用法大全](https://github.com/mzlogin/awesome-adb) - [使用 CheckStyle 检查代码](http://gudong.name/2016/04/07/checkstyle.html) - [图解 Retrofit - ServiceMethod](http://www.jianshu.com/p/3518cf8c6e4c) - [OkHttp3源码分析-综述](http://www.jianshu.com/p/aad5aacd79bf) From d501422f5cb8b83cd88ca974dcdb4b850b0b8426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Fri, 9 Sep 2016 15:09:29 +0800 Subject: [PATCH 47/83] Update README.md add docker --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ab965d8..ca567ea 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ - [邮箱-li330324@gmail.com](li330324@gmail.com) - [就职-微店](http://www.weidian.com/) +### Docker + - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) + ### HTTP2.0 - [测试是否支持http2.0,需翻墙](https://tools.keycdn.com/http2-test) - [httpvshttps](http://www.httpvshttps.com/) From fc459bb90f1d5054c2958754015007a816428bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Mon, 12 Sep 2016 09:59:53 +0800 Subject: [PATCH 48/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add Android热修复与增量升级,基于微信Tinker原理 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca567ea..9cb83ae 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ - [RocooFix](https://github.com/dodola/RocooFix) - [ Android Classloader热修复技术之百家齐放](http://blog.csdn.net/sbsujjbcy/article/details/51760578) - [从Instant-Run出发,谈谈Android上的热修复](http://zjutkz.net/2016/05/10/%E4%BB%8EInstant-Run%E5%87%BA%E5%8F%91%EF%BC%8C%E8%B0%88%E8%B0%88Android%E4%B8%8A%E7%9A%84%E7%83%AD%E4%BF%AE%E5%A4%8D/) + - [Android热修复与增量升级,基于微信Tinker原理](https://github.com/byteam/delta) From b5fbef0b540db5a2e9954cf205f659866d64ef5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Wed, 14 Sep 2016 22:04:55 +0800 Subject: [PATCH 49/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 美团Android热更新方案Robust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cb83ae..be8c6ee 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ - [ Android Classloader热修复技术之百家齐放](http://blog.csdn.net/sbsujjbcy/article/details/51760578) - [从Instant-Run出发,谈谈Android上的热修复](http://zjutkz.net/2016/05/10/%E4%BB%8EInstant-Run%E5%87%BA%E5%8F%91%EF%BC%8C%E8%B0%88%E8%B0%88Android%E4%B8%8A%E7%9A%84%E7%83%AD%E4%BF%AE%E5%A4%8D/) - [Android热修复与增量升级,基于微信Tinker原理](https://github.com/byteam/delta) + - [美团Android热更新方案Robust](http://tech.meituan.com/android_robust.html) From 922004e65cac34632bbdef605a39798092ff494f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Sat, 17 Sep 2016 19:30:38 +0800 Subject: [PATCH 50/83] Update README.md add androidcat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be8c6ee..2c6ce88 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ - [深入理解Android之Gradle](http://blog.csdn.net/innost/article/details/48228651) ### Android 开发中值得看的优秀内容和工具 + - [androidcat](http://androidcat.com/?step=1&view=CatFragment) - [ADB 用法大全](https://github.com/mzlogin/awesome-adb) - [使用 CheckStyle 检查代码](http://gudong.name/2016/04/07/checkstyle.html) - [图解 Retrofit - ServiceMethod](http://www.jianshu.com/p/3518cf8c6e4c) From b4ffdc15e2a7f2fda4a97dcf3b1e90d1efb8072c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Tue, 20 Sep 2016 22:42:07 +0800 Subject: [PATCH 51/83] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c6ce88..b4d9949 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ >关于我 - 区长 - [CSDN博客-区长](http://blog.csdn.net/sbsujjbcy) - - [github博客-基本不更](https://lizhangqu.github.io/) + - [github博客](https://lizhangqu.github.io/) - [新浪微博-_区长](http://www.weibo.com/u/3262478847/home) - [知乎-区长](https://www.zhihu.com/people/zhangqu-li) - [邮箱-li330324@gmail.com](li330324@gmail.com) From 28302e5c041d4d8c350c91dec945c8dd7ab18073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Wed, 28 Sep 2016 21:06:33 +0800 Subject: [PATCH 52/83] Update README.md add tinker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4d9949..6e864e8 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ - [从Instant-Run出发,谈谈Android上的热修复](http://zjutkz.net/2016/05/10/%E4%BB%8EInstant-Run%E5%87%BA%E5%8F%91%EF%BC%8C%E8%B0%88%E8%B0%88Android%E4%B8%8A%E7%9A%84%E7%83%AD%E4%BF%AE%E5%A4%8D/) - [Android热修复与增量升级,基于微信Tinker原理](https://github.com/byteam/delta) - [美团Android热更新方案Robust](http://tech.meituan.com/android_robust.html) + - [腾讯Tinker](https://github.com/Tencent/tinker) From 5139802605e6fed9166530fee1600a717ca529f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Wed, 28 Sep 2016 21:12:08 +0800 Subject: [PATCH 53/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 逆向四部曲 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6e864e8..07f25e4 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,10 @@ - [Apk脱壳圣战之---如何脱掉“360加固”的壳](https://mp.weixin.qq.com/s?__biz=MzIzNDA3MDgwNA==&mid=2649229991&idx=1&sn=0fc62c65609143936d10849de6eb8069&scene=2&srcid=0629LJbsgjl7ctiSLYjRYXf5&from=timeline&isappinstalled=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e8a22350257773584f0e2dc2ae515c3e0b8779155f7a039c04e16a736510fe4d44b761a3f2b651a43b&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) - [Android脱壳圣战之---如何脱掉"爱加密"家的保护壳](http://mp.weixin.qq.com/s?__biz=MzIzNDA3MDgwNA==&mid=2649229983&idx=1&sn=de2bd1a408d74e102ecd13a05512d1fa&scene=21#wechat_redirect) - [一键生成项目混淆代码插件](https://github.com/zhonghanwen/AndroidProguardPlugin) + - [Android逆向之旅---SO(ELF)文件格式详解](http://blog.csdn.net/jiangwei0910410003/article/details/49336613) + - [Android逆向之旅---解析编译之后的AndroidManifest文件格式](http://blog.csdn.net/jiangwei0910410003/article/details/50568487) + - [Android逆向之旅---解析编译之后的Resource.arsc文件格式](http://blog.csdn.net/jiangwei0910410003/article/details/50628894) + - [Android逆向之旅---解析编译之后的Dex文件格式](http://blog.csdn.net/jiangwei0910410003/article/details/50668549) ### Android Studio专题 - [查看依赖关系的插件](https://github.com/rholder/gradle-view) From 1281487bdb9354bfe975203873267fb98a10c01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Tue, 11 Oct 2016 23:24:02 +0800 Subject: [PATCH 54/83] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 07f25e4..bed6c54 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) +### 微信小程序 + - [awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp) + - [文档](https://github.com/Notedown-cn/wxopen) + - [ide破解](https://github.com/gavinkwoe/weapp-ide-crack) + ### HTTP2.0 - [测试是否支持http2.0,需翻墙](https://tools.keycdn.com/http2-test) - [httpvshttps](http://www.httpvshttps.com/) From fa54aa89a7502b84806ceb77353f441225312fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Tue, 18 Oct 2016 09:08:48 +0800 Subject: [PATCH 55/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 抓包 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bed6c54..8d2361d 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ ### 安卓开发值得关注的库 + - [AndroidHttpCapture 手机上抓包](https://github.com/JZ-Darkal/AndroidHttpCapture) - [方法自动生成](https://projectlombok.org/) - [Android上的一个蛛网评分控件](https://github.com/xiaopansky/SpiderWebScoreView) - [ReLinker 安全加载so库的方式](https://github.com/KeepSafe/ReLinker) From 2faaa544335f39e170ff6a90ffc0b80726fca80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E5=8C=BA=E9=95=BF?= <513163535@qq.com> Date: Wed, 14 Dec 2016 09:31:37 +0800 Subject: [PATCH 56/83] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8d2361d..0be9e82 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ - [新浪微博-_区长](http://www.weibo.com/u/3262478847/home) - [知乎-区长](https://www.zhihu.com/people/zhangqu-li) - [邮箱-li330324@gmail.com](li330324@gmail.com) - - [就职-微店](http://www.weidian.com/) - ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) From 4a3d4ae5771c70c5423f204426fe8d6c3bba33b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Sun, 9 Jul 2017 12:06:14 +0800 Subject: [PATCH 57/83] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be9e82..0438b08 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - [CSDN博客-区长](http://blog.csdn.net/sbsujjbcy) - [github博客](https://lizhangqu.github.io/) - [新浪微博-_区长](http://www.weibo.com/u/3262478847/home) - - [知乎-区长](https://www.zhihu.com/people/zhangqu-li) + - [知乎-区长](https://www.zhihu.com/people/lizhangqu) - [邮箱-li330324@gmail.com](li330324@gmail.com) ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) From 6f297072ea97100d000fa57ddbb1e8ee2b27e61b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 16:54:42 +0800 Subject: [PATCH 58/83] =?UTF-8?q?add=20=E5=8C=BA=E9=95=BF=E7=9A=84?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E5=8D=9A=E5=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0438b08..186a208 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ >关于我 - 区长 + - [区长的独立博客](https://fucknmb.com) - [CSDN博客-区长](http://blog.csdn.net/sbsujjbcy) - [github博客](https://lizhangqu.github.io/) - [新浪微博-_区长](http://www.weibo.com/u/3262478847/home) From 9ef9b21fb12bc8bb98a8f0eb5c4e300ae991ba40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 16:57:38 +0800 Subject: [PATCH 59/83] =?UTF-8?q?add=20360=E7=9A=84RePlugin=E5=92=8C?= =?UTF-8?q?=E6=BB=B4=E6=BB=B4=E7=9A=84VirtualAPK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 186a208..3d00ccd 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ ### Android插件化开发与动态加载 + - [360的RePlugin](https://github.com/Qihoo360/RePlugin) + - [滴滴的VirtualAPK](https://github.com/didi/VirtualAPK) - [OpenAtlas,已改名为ACDD,可以在手机淘宝中见到踪影](https://github.com/bunnyblue/ACDD) - [360的DroidPlugin](https://github.com/Qihoo360/DroidPlugin) - [dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) From bd42fe0ba3a837a79ef9c96d388a8ff493c74274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 16:59:43 +0800 Subject: [PATCH 60/83] =?UTF-8?q?add=20chromium=20=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E6=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3d00ccd..eb8b4d4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ - [邮箱-li330324@gmail.com](li330324@gmail.com) ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) + +### Chromium网络栈 + - [WolfcsTech](http://hanpfei.github.io/) ### 微信小程序 - [awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp) From d0ece306acedbaba6858e9ac9d9210188f7ee9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:00:56 +0800 Subject: [PATCH 61/83] =?UTF-8?q?add=20=E7=BD=91=E7=BB=9C=E6=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb8b4d4..395f13a 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) -### Chromium网络栈 - - [WolfcsTech](http://hanpfei.github.io/) +### 网络栈 + - [Chromium网络栈 WolfcsTech](http://hanpfei.github.io/) + - [chromium-net-for-android](https://github.com/lizhangqu/chromium-net-for-android) + - [CurlForAndroid](https://github.com/lizhangqu/CurlForAndroid) ### 微信小程序 - [awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp) From 9f73f6223fee62f454b2c84460560cf52e623664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:03:28 +0800 Subject: [PATCH 62/83] =?UTF-8?q?add=20=E4=BA=A4=E5=8F=89=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 395f13a..4438bea 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ - [Chromium网络栈 WolfcsTech](http://hanpfei.github.io/) - [chromium-net-for-android](https://github.com/lizhangqu/chromium-net-for-android) - [CurlForAndroid](https://github.com/lizhangqu/CurlForAndroid) + +### 交叉编译 + - [cmake 交叉编译](http://fucknmb.com/2017/06/27/cmake-%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/) + - [Android Gradle Plugin 源码解析之 externalNativeBuild](http://fucknmb.com/2017/06/24/Android-Gradle-Plugin%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90%E4%B9%8BexternalNativeBuild/) + - [NDK 交叉编译常用变量](http://fucknmb.com/2017/06/22/NDK%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91%E5%B8%B8%E7%94%A8%E5%8F%98%E9%87%8F/) + - [CURL NDK 交叉编译](http://fucknmb.com/2017/05/24/CURL-NDK%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/) ### 微信小程序 - [awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp) From 527287e045cea2c116d83141054a970883106011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:05:30 +0800 Subject: [PATCH 63/83] add gradle --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4438bea..0d58411 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,10 @@ ### Gradle + - [又掌握了一项新技能 - 断点调试 Gradle 插件](http://fucknmb.com/2017/07/05/%E5%8F%88%E6%8E%8C%E6%8F%A1%E4%BA%86%E4%B8%80%E9%A1%B9%E6%96%B0%E6%8A%80%E8%83%BD-%E6%96%AD%E7%82%B9%E8%B0%83%E8%AF%95Gradle%E6%8F%92%E4%BB%B6/) + - [Android Gradle Plugin 源码解析之 externalNativeBuild](http://fucknmb.com/2017/06/24/Android-Gradle-Plugin%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90%E4%B9%8BexternalNativeBuild/) + - [Android Gradle Plugin 源码阅读与编译](http://fucknmb.com/2017/06/01/Android-Gradle-Plugin%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB%E4%B8%8E%E7%BC%96%E8%AF%91/) + - [Gradle 函数复用的一点实践](http://fucknmb.com/2017/01/12/Gradle%E5%87%BD%E6%95%B0%E5%A4%8D%E7%94%A8%E7%9A%84%E4%B8%80%E7%82%B9%E5%AE%9E%E8%B7%B5/) - [Gradle for Android](https://segmentfault.com/a/1190000004229002) - [谷歌Gradle官方文档](http://google.github.io/android-gradle-dsl/current/) - [Android Gradle 构建系统·初探](https://mp.weixin.qq.com/s?__biz=MzIzNTA3MjQwNw==&mid=2650672318&idx=1&sn=74fb2afc4e409be3014ea83aa623a792&scene=2&srcid=0814iBs3jyLcRldTGb3oqFIT&from=timeline&isappinstalled=0&uin=MTY4NDEwODc2Mg%3D%3D&key=cf237d7ae24775e8ab813a673c218977220f758d689261e1700639f2be2698a142186e9c68a3727f6e55683cee9ee94e&devicetype=iMac+MacBookPro12%2C1+OSX+OSX+10.11.6+build(15G31)&version=12000006&lang=zh_CN&nettype=WIFI&fontScale=100&pass_ticket=95LpBT0hMvr3CsOzDCiFvaRxltvzQUdRKYWgyVX2qwUNRC1PW%2Bmf8ebbmyh6bwrH) From d58026e4095b07eff3865201ed56bba0c0491146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:08:34 +0800 Subject: [PATCH 64/83] =?UTF-8?q?add=20=E4=BA=A4=E5=8F=89=E7=BC=96?= =?UTF-8?q?=E8=AF=91&=20http/2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0d58411..223bc6d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,14 @@ - [cmake 交叉编译](http://fucknmb.com/2017/06/27/cmake-%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/) - [Android Gradle Plugin 源码解析之 externalNativeBuild](http://fucknmb.com/2017/06/24/Android-Gradle-Plugin%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90%E4%B9%8BexternalNativeBuild/) - [NDK 交叉编译常用变量](http://fucknmb.com/2017/06/22/NDK%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91%E5%B8%B8%E7%94%A8%E5%8F%98%E9%87%8F/) + - [Chromium 网络栈的编译与使用](http://fucknmb.com/2017/06/12/Chromium-%E7%BD%91%E7%BB%9C%E6%A0%88%E7%9A%84%E7%BC%96%E8%AF%91%E4%B8%8E%E4%BD%BF%E7%94%A8/) - [CURL NDK 交叉编译](http://fucknmb.com/2017/05/24/CURL-NDK%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/) + - [Android NDK 内存泄露检测](http://fucknmb.com/2017/06/05/Android-NDK-%E5%86%85%E5%AD%98%E6%B3%84%E9%9C%B2%E6%A3%80%E6%B5%8B/) + - [libuv NDK 交叉编译](http://fucknmb.com/2017/06/04/libuv-NDK%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/) + - [openssl NDK 交叉编译](http://fucknmb.com/2017/05/24/openssl-NDK%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/) + - [libnghttp2 NDK 交叉编译](http://fucknmb.com/2017/05/24/libnghttp2-NDK%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/) + - [Android Studio Library 模块中 Native 代码进行 debug 的一些坑](http://fucknmb.com/2017/05/11/Android-Studio-Library%E6%A8%A1%E5%9D%97%E4%B8%ADNative%E4%BB%A3%E7%A0%81%E8%BF%9B%E8%A1%8Cdebug%E7%9A%84%E4%B8%80%E4%BA%9B%E5%9D%91/) + - [Android 在 NDK 层使用 OpenSSL 进行 RSA 加密](http://fucknmb.com/2017/04/09/Android%E5%9C%A8NDK%E5%B1%82%E4%BD%BF%E7%94%A8OpenSSL%E8%BF%9B%E8%A1%8CRSA%E5%8A%A0%E5%AF%86/) ### 微信小程序 - [awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp) @@ -29,6 +36,7 @@ - [ide破解](https://github.com/gavinkwoe/weapp-ide-crack) ### HTTP2.0 + - [Https&Http2.0&HttpDNS 的那些事](http://fucknmb.com/2017/01/17/Https&Http2.0&HttpDNS%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/) - [测试是否支持http2.0,需翻墙](https://tools.keycdn.com/http2-test) - [httpvshttps](http://www.httpvshttps.com/) - [chrome 插件HTTP/2 and SPDY indicator](https://chrome.google.com/webstore/detail/mpbpobfflnpcgagjijhmgnchggcjblin) From c82977efd31698351647b266c780fd4b31a96c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:09:46 +0800 Subject: [PATCH 65/83] =?UTF-8?q?add=20=E6=9C=BA=E5=99=A8=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 223bc6d..029cc13 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) +### 机器学习 + - [当 Android 开发者遇见 TensorFlow](http://fucknmb.com/2017/06/02/%E5%BD%93Android%E5%BC%80%E5%8F%91%E8%80%85%E9%81%87%E8%A7%81TensorFlow/) + ### 网络栈 - [Chromium网络栈 WolfcsTech](http://hanpfei.github.io/) - [chromium-net-for-android](https://github.com/lizhangqu/chromium-net-for-android) From b08567d2895003f206594c7652f03eed3e6119f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:12:59 +0800 Subject: [PATCH 66/83] =?UTF-8?q?add=20=E6=9C=BA=E5=99=A8=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0&=E7=BD=91=E7=BB=9C=E6=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 029cc13..ce71055 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,14 @@ ### 机器学习 - [当 Android 开发者遇见 TensorFlow](http://fucknmb.com/2017/06/02/%E5%BD%93Android%E5%BC%80%E5%8F%91%E8%80%85%E9%81%87%E8%A7%81TensorFlow/) + - [莫烦Python](https://morvanzhou.github.io/about/) ### 网络栈 - [Chromium网络栈 WolfcsTech](http://hanpfei.github.io/) - [chromium-net-for-android](https://github.com/lizhangqu/chromium-net-for-android) - [CurlForAndroid](https://github.com/lizhangqu/CurlForAndroid) + - [chromium src](https://cs.chromium.org/chromium/src/) + - [libuv中文教程](http://luohaha.github.io/Chinese-uvbook/source/networking.html) ### 交叉编译 - [cmake 交叉编译](http://fucknmb.com/2017/06/27/cmake-%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/) @@ -47,6 +50,9 @@ - [HTTP 2.0的那些事](http://mrpeak.cn/blog/http2/) - [http2-spec](https://http2.github.io/http2-spec/#malformed) - [从启用 HTTP/2 导致网站无法访问说起](https://imququ.com/post/why-tls-handshake-failed-with-http2-enabled.html?f=http://blogread.cn/) + - [Header Compression for HTTP/2 +](http://httpwg.org/specs/rfc7541.html) + - [Hypertext Transfer Protocol Version 2 ](http://httpwg.org/specs/rfc7540.html) ### Android 性能优化 - [Android性能优化视频,文档以及工具](https://github.com/Juude/awesome-android-performance) From 508f2f57693f9e382af20ece28c3b5bd0378a02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:20:42 +0800 Subject: [PATCH 67/83] =?UTF-8?q?add=20TensorFlow=E7=BB=83=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce71055..ce525e7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ ### 机器学习 - [当 Android 开发者遇见 TensorFlow](http://fucknmb.com/2017/06/02/%E5%BD%93Android%E5%BC%80%E5%8F%91%E8%80%85%E9%81%87%E8%A7%81TensorFlow/) - [莫烦Python](https://morvanzhou.github.io/about/) + - [TensorFlow练习](http://blog.topspeedsnail.com/) ### 网络栈 - [Chromium网络栈 WolfcsTech](http://hanpfei.github.io/) From 31c5f28edfe551a582f6c96eab59a25f18f29908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:22:06 +0800 Subject: [PATCH 68/83] =?UTF-8?q?add=20=20=E7=BE=8E=E5=9B=A2Robust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce525e7..bd162d1 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ - [Android热修复与增量升级,基于微信Tinker原理](https://github.com/byteam/delta) - [美团Android热更新方案Robust](http://tech.meituan.com/android_robust.html) - [腾讯Tinker](https://github.com/Tencent/tinker) + - [美团Robust](https://github.com/Meituan-Dianping/Robust) From cc9cd4b21e613c30eb296ab71c8be84284a459c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:23:13 +0800 Subject: [PATCH 69/83] add walle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd162d1..e08e756 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ - [深入理解Android之Gradle](http://blog.csdn.net/innost/article/details/48228651) ### Android 开发中值得看的优秀内容和工具 + - [多渠道 v2签名 walle](https://github.com/Meituan-Dianping/walle) - [androidcat](http://androidcat.com/?step=1&view=CatFragment) - [ADB 用法大全](https://github.com/mzlogin/awesome-adb) - [使用 CheckStyle 检查代码](http://gudong.name/2016/04/07/checkstyle.html) From befd527e9ec80bf7c67cccb0bfb61fb64688b532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:25:17 +0800 Subject: [PATCH 70/83] add orm realm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e08e756..a653006 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ - [Siminov](http://siminov.github.io/android-orm/) - [androrm](http://www.androrm.net/) - [cupboard](https://bitbucket.org/qbusict/cupboard/wiki/GettingStarted) + - [realm](https://github.com/racket/realm) ### 安卓Json解析 - [Gson,用法简单,速度慢](https://github.com/google/gson) From d8da37009f7f1f59ce163890c906c9ab5858da69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:26:14 +0800 Subject: [PATCH 71/83] add android-job --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a653006..dad63ed 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ ### 安卓开发值得关注的库 + - [定时任务&计划任务-印象笔记android-job](https://github.com/evernote/android-job) - [AndroidHttpCapture 手机上抓包](https://github.com/JZ-Darkal/AndroidHttpCapture) - [方法自动生成](https://projectlombok.org/) - [Android上的一个蛛网评分控件](https://github.com/xiaopansky/SpiderWebScoreView) From f23f27a5ae6fad72c3144328f27a6fdde6284ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:31:46 +0800 Subject: [PATCH 72/83] =?UTF-8?q?add=20=E8=BE=93=E5=85=A5=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index dad63ed..dbe6c2e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,23 @@ - [莫烦Python](https://morvanzhou.github.io/about/) - [TensorFlow练习](http://blog.topspeedsnail.com/) +### 输入法 + - [Creating an Input Method](https://developer.android.com/guide/topics/text/creating-input-method.html) + - [Image Keyboard Support](https://developer.android.com/guide/topics/text/image-keyboard.html) + - [谷歌拼音输入法Android Studio工程](https://github.com/lizhangqu/PinyinIME) + - [谷歌示例代码-全键盘输入法例子](https://android.googlesource.com/platform/development/+/master/samples/SoftKeyboard/) + - [android-keyboard-keys-background](http://stackoverflow.com/questions/3185237/android-keyboard-keys-background) + - [how-to-change-key-background-of-any-key-in-android-soft-keyboard]( http://stackoverflow.com/questions/17714172/how-to-change-key-background-of-any-key-in-android-soft-keyboard) + - [setting-keyboard-key-background-image/](http://burnignorance.com/android-apps-development/setting-keyboard-key-background-image/) + - [how-to-change-background-color-of-key-for-android-soft-keyboard](http://stackoverflow.com/questions/15789997/how-to-change-background-color-of-key-for-android-soft-keyboard) + - [how-to-change-background-color-or-theme-of-keys-dynamically-in-custom-keyboard-a](http://stackoverflow.com/questions/18180136/how-to-change-background-color-or-theme-of-keys-dynamically-in-custom-keyboard-a) + - [Keyboard.Key](https://developer.android.com/reference/android/inputmethodservice/Keyboard.Key.html) + - [how-to-set-different-background-of-keys-for-android-custom-keyboard](http://stackoverflow.com/questions/18224520/how-to-set-different-background-of-keys-for-android-custom-keyboard) + - [building-a-custom-android-keyboard](http://www.blackcj.com/blog/2016/03/30/building-a-custom-android-keyboard/) + - [android-emoji-keyboard](https://github.com/zeuxisoo/android-emoji-keyboard) + - [creating-a-softkeyboard-with-multiple-alternate-characters-per-key](https://stackoverflow.com/questions/7752580/creating-a-softkeyboard-with-multiple-alternate-characters-per-key) + - [禁用预览](http://stackoverflow.com/questions/7770099/how-do-you-disable-the-softkeyboard-key-preview-window) + ### 网络栈 - [Chromium网络栈 WolfcsTech](http://hanpfei.github.io/) - [chromium-net-for-android](https://github.com/lizhangqu/chromium-net-for-android) From 97257afadd826bc40e749f3090c77317c5de457b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:35:08 +0800 Subject: [PATCH 73/83] add emoji --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dbe6c2e..b3724cc 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ - [creating-a-softkeyboard-with-multiple-alternate-characters-per-key](https://stackoverflow.com/questions/7752580/creating-a-softkeyboard-with-multiple-alternate-characters-per-key) - [禁用预览](http://stackoverflow.com/questions/7770099/how-do-you-disable-the-softkeyboard-key-preview-window) +### Emoji + - [wiki Emoji](https://en.wikipedia.org/wiki/Emoji) + - [emoji-cheat-sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet/) + - [emoji](http://www.oicqzone.com/tool/emoji/) + - [full-emoji-list](http://unicode.org/emoji/charts-beta/full-emoji-list.html) + ### 网络栈 - [Chromium网络栈 WolfcsTech](http://hanpfei.github.io/) - [chromium-net-for-android](https://github.com/lizhangqu/chromium-net-for-android) From e44521ab69810dbe3982ee21db5eb55fb6b42ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:38:57 +0800 Subject: [PATCH 74/83] =?UTF-8?q?update=20=E6=8F=92=E4=BB=B6=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3724cc..372e072 100644 --- a/README.md +++ b/README.md @@ -116,21 +116,22 @@ ### Android插件化开发与动态加载 - [360的RePlugin](https://github.com/Qihoo360/RePlugin) + - [360的DroidPlugin](https://github.com/Qihoo360/DroidPlugin) - [滴滴的VirtualAPK](https://github.com/didi/VirtualAPK) + - [手淘的Atlas](https://github.com/alibaba/Atlas) + - [Small](https://github.com/wequick/Small) + - [携程DynamicAPK](https://github.com/CtripMobile/DynamicAPK) + - [掌阅-最简单易懂的Android插件补丁框架](https://github.com/iReaderAndroid/ZeusPlugin) - [OpenAtlas,已改名为ACDD,可以在手机淘宝中见到踪影](https://github.com/bunnyblue/ACDD) - - [360的DroidPlugin](https://github.com/Qihoo360/DroidPlugin) - [dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) - - [携程DynamicAPK](https://github.com/CtripMobile/DynamicAPK) - [美团分包](http://tech.meituan.com/mt-android-auto-split-dex.html) - [微信/手Q加载方案](http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207151651&idx=1&sn=9eab282711f4eb2b4daf2fbae5a5ca9a&3rd=MzA3MDU4NTYzMw==&scene=6#rd) - - [Small](https://github.com/wequick/Small) - [Android博客周刊专题之《插件化开发》](http://www.androidblog.cn/index.php/Index/detail/id/16) - [Fast load dex in memory](https://github.com/asLody/TurboDex) - [Android Plugin Framework 插件开发框架及示例程序,原理介绍等](https://github.com/limpoxe/Android-Plugin-Framework) - [获取主dex](https://github.com/lizhangqu/MainDex) - [应用双开VirtualApp](https://github.com/asLody/VirtualApp) - [Android Dex分包之旅](http://yydcdut.com/2016/03/20/split-dex/) - - [掌阅-最简单易懂的Android插件补丁框架](https://github.com/iReaderAndroid/ZeusPlugin) - [ANROID动态加载技术 系列索引](https://zhuanlan.zhihu.com/p/20515113) ### Android 热更新 From 8972d7dff9f1853264335185674d66d1b04a1dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 10 Jul 2017 17:44:12 +0800 Subject: [PATCH 75/83] add hencoder --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 372e072..84065c0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ - [新浪微博-_区长](http://www.weibo.com/u/3262478847/home) - [知乎-区长](https://www.zhihu.com/people/lizhangqu) - [邮箱-li330324@gmail.com](li330324@gmail.com) + +### 扔物线(凯哥)的良心之作 + - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) + - [hencoder](https://github.com/hencoder) + - [HenCoder:给高级 Android 工程师的进阶手册](http://hencoder.com/overview/) + - [Android 开发进阶: 自定义 View 1-1 绘制基础](http://hencoder.com/ui-1-1) + ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) From 3c8b4d3354c5e85dc9beb2e880732eba0abc0ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 17 Jul 2017 08:38:21 +0800 Subject: [PATCH 76/83] add spring boot --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 84065c0..cc3395b 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ - [Android Studio Library 模块中 Native 代码进行 debug 的一些坑](http://fucknmb.com/2017/05/11/Android-Studio-Library%E6%A8%A1%E5%9D%97%E4%B8%ADNative%E4%BB%A3%E7%A0%81%E8%BF%9B%E8%A1%8Cdebug%E7%9A%84%E4%B8%80%E4%BA%9B%E5%9D%91/) - [Android 在 NDK 层使用 OpenSSL 进行 RSA 加密](http://fucknmb.com/2017/04/09/Android%E5%9C%A8NDK%E5%B1%82%E4%BD%BF%E7%94%A8OpenSSL%E8%BF%9B%E8%A1%8CRSA%E5%8A%A0%E5%AF%86/) +### Sping Boot + - [Spring Boot文档](http://udn.yyuap.com/doc/Spring-Boot-Reference-Guide/I.%20Spring%20Boot%20Documentation/index.html) + - [spring-boot-samples](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples) + ### 微信小程序 - [awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp) - [文档](https://github.com/Notedown-cn/wxopen) From 00812f100ab138f691f01010227b85c176745521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 17 Jul 2017 08:39:31 +0800 Subject: [PATCH 77/83] add insight --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc3395b..96d2cd5 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ - [强迫症的 Mac 设置指南](https://github.com/macdao/ocds-guide-to-setting-up-mac) - [Linux-Tutorial](https://github.com/judasn/Linux-Tutorial) - [Markdown-Syntax-CN](https://github.com/judasn/Markdown-Syntax-CN) + - [insight chrome 代码查看插件](https://insight.io/) ### Android 推送(含IM) From f4584fc21eda513b02debb50f92d81845368611a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Mon, 17 Jul 2017 11:08:20 +0800 Subject: [PATCH 78/83] add Spring Boot Examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96d2cd5..186c441 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ ### Sping Boot - [Spring Boot文档](http://udn.yyuap.com/doc/Spring-Boot-Reference-Guide/I.%20Spring%20Boot%20Documentation/index.html) - [spring-boot-samples](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples) + - [Spring Boot Examples](https://github.com/ityouknow/spring-boot-examples) ### 微信小程序 - [awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp) From e9d04e0a4d932d9891e986791b73c00dcd9b220a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Tue, 25 Jul 2017 10:22:23 +0800 Subject: [PATCH 79/83] add hencoder --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 186c441..920962d 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ - [知乎-区长](https://www.zhihu.com/people/lizhangqu) - [邮箱-li330324@gmail.com](li330324@gmail.com) -### 扔物线(凯哥)的良心之作 +### 扔物线(凯哥)的 HenCoder - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) - [hencoder](https://github.com/hencoder) - [HenCoder:给高级 Android 工程师的进阶手册](http://hencoder.com/overview/) - [Android 开发进阶: 自定义 View 1-1 绘制基础](http://hencoder.com/ui-1-1) + - [Android 开发进阶: 自定义 View 1-2 Paint 详解](http://hencoder.com/ui-1-2/) + - [Android 开发进阶:自定义 View 1-3 文字的绘制](http://hencoder.com/ui-1-3/) ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) From b27271e16f102bf86e3b54afd41030e48318ffeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Tue, 25 Jul 2017 10:22:49 +0800 Subject: [PATCH 80/83] fix : --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 920962d..2908edb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - [HenCoder:给高级 Android 工程师的进阶手册](http://hencoder.com/overview/) - [Android 开发进阶: 自定义 View 1-1 绘制基础](http://hencoder.com/ui-1-1) - [Android 开发进阶: 自定义 View 1-2 Paint 详解](http://hencoder.com/ui-1-2/) - - [Android 开发进阶:自定义 View 1-3 文字的绘制](http://hencoder.com/ui-1-3/) + - [Android 开发进阶: 自定义 View 1-3 文字的绘制](http://hencoder.com/ui-1-3/) ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) From ece63477e9993af2ee1e6d474fa5fa9eaf7dec61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Tue, 25 Jul 2017 10:23:30 +0800 Subject: [PATCH 81/83] add Tencent/ncnn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2908edb..7d2159e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ - [当 Android 开发者遇见 TensorFlow](http://fucknmb.com/2017/06/02/%E5%BD%93Android%E5%BC%80%E5%8F%91%E8%80%85%E9%81%87%E8%A7%81TensorFlow/) - [莫烦Python](https://morvanzhou.github.io/about/) - [TensorFlow练习](http://blog.topspeedsnail.com/) + - [Tencent/ncnn](https://github.com/Tencent/ncnn) ### 输入法 - [Creating an Input Method](https://developer.android.com/guide/topics/text/creating-input-method.html) From 59b3a77b204e8d41b3d1192e103ffbb085c4f7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Fri, 4 Aug 2017 13:06:39 +0800 Subject: [PATCH 82/83] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 自定义 View 1-4 Canvas 对绘制的辅助 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d2159e..de89d87 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - [Android 开发进阶: 自定义 View 1-1 绘制基础](http://hencoder.com/ui-1-1) - [Android 开发进阶: 自定义 View 1-2 Paint 详解](http://hencoder.com/ui-1-2/) - [Android 开发进阶: 自定义 View 1-3 文字的绘制](http://hencoder.com/ui-1-3/) + - [Android 开发进阶: 自定义 View 1-4 Canvas 对绘制的辅助](http://hencoder.com/ui-1-4/) ### Docker - [awesome-docker](https://github.com/veggiemonk/awesome-docker/blob/master/README.md) From ad4754115408e86c87f6712a34e3bebf8126114e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BA=E9=95=BF?= Date: Sat, 29 Dec 2018 18:47:12 +0800 Subject: [PATCH 83/83] Create packageinfo.java --- packageinfo.java | 1 + 1 file changed, 1 insertion(+) create mode 100644 packageinfo.java diff --git a/packageinfo.java b/packageinfo.java new file mode 100644 index 0000000..67479c8 --- /dev/null +++ b/packageinfo.java @@ -0,0 +1 @@ +package io.github.lizhangqu.corelink;