Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizhangqu/CoreLink
Android 开发中的日常积累
https://github.com/lizhangqu/CoreLink
android java
Last synced: 3 months ago
JSON representation
Android 开发中的日常积累
- Host: GitHub
- URL: https://github.com/lizhangqu/CoreLink
- Owner: lizhangqu
- Created: 2015-04-30T08:47:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T10:47:13.000Z (almost 6 years ago)
- Last Synced: 2024-04-30T07:32:58.315Z (6 months ago)
- Topics: android, java
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 2,737
- Watchers: 219
- Forks: 796
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Android 开发中的日常积累
>关于我
- 区长
- [区长的独立博客](https://fucknmb.com)
- [CSDN博客-区长](http://blog.csdn.net/sbsujjbcy)
- [github博客](https://lizhangqu.github.io/)
- [新浪微博-_区长](http://www.weibo.com/u/3262478847/home)
- [知乎-区长](https://www.zhihu.com/people/lizhangqu)
- [邮箱[email protected]]([email protected])
### 扔物线(凯哥)的 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/)
- [Android 开发进阶: 自定义 View 1-4 Canvas 对绘制的辅助](http://hencoder.com/ui-1-4/)### 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/)
- [莫烦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)
- [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)
### 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)
- [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/)
- [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/)### 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)
- [文档](https://github.com/Notedown-cn/wxopen)
- [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)
- [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/)
- [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)
- [胡凯-性能优化](http://hukai.me/blog/archives/)
- [Android最佳性能实践(1):合理管理内存](http://blog.csdn.net/guolin_blog/article/details/42238627)
- [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 Splash页秒开 Activity白屏 Activity黑屏](http://blog.csdn.net/yanzhenjie1003/article/details/52201896)### Android Hybrid&JSBridge技术
- [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html)
- [谈谈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 专题
- [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-热更新/)
- [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/)
- [React Native For Android初体验](http://www.jianshu.com/p/847a54e0c385)
- [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/)
- [【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插件化开发与动态加载
- [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)
- [dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk)
- [美团分包](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博客周刊专题之《插件化开发》](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/)
- [ANROID动态加载技术 系列索引](https://zhuanlan.zhihu.com/p/20515113)### 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 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)
- [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/)
- [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)
### Android 加固与反编译
- [android反编译工具的合集](https://github.com/Juude/droidReverse)
- [Apktool](http://ibotpeaches.github.io/Apktool/)
- [dex2jar](http://sourceforge.net/projects/dex2jar/)
- [DecompileApk](https://github.com/MasonLiuChn/DecompileApk)
- [Android APK加固技术方案调研](http://www.jianshu.com/p/856bf5b437aa)
- [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)
- [一键生成项目混淆代码插件](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)
- [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/)
- [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)
- [GsonFormat Json对应的Bean快速生成插件](https://github.com/zzz40500/GsonFormat)
- [android-selector-chapek Selector生成插件](https://github.com/inmite/android-selector-chapek)
- [快速生成butterknife注解插件](https://github.com/avast/android-butterknife-zelezny)
- [android-material-design-icon-generator图标插件](https://github.com/konifar/android-material-design-icon-generator-plugin)
- [Retrolambda 在java 6 7中使用 lambda表达式插件](https://github.com/evant/gradle-retrolambda)
- [Gradle依赖自动补齐插件](https://github.com/ligi/GradleDependenciesHelperPlugin)
- [idea-markdown编辑器插件](https://github.com/nicoulaj/idea-markdown)
- [从布局中生成View的声明插件](https://github.com/Haehnchen/idea-android-studio-plugin)
- [codota代码片段搜索,支持Chrome和Android Studio](https://www.codota.com/)
- [布局文件分组插件](https://github.com/dmytrodanylyk/folding-plugin)
- [DPI计算插件](https://github.com/JerzyPuchalski/Android-DPI-Calculator)
- [gradle-publish 发布库插件](https://github.com/msdx/gradle-publish)
- [发布lib到jcenter](https://github.com/andforce/release-android-lib-to-jcenter)
- [vysor 这个是Chrome的插件,电脑操作手机](https://chrome.google.com/webstore/detail/vysor-beta/gidgenkbbabolejbgbpnhbimgjbffefm)
- [android-studio-tips-tricks-moving-around/](http://www.developerphil.com/android-studio-tips-tricks-moving-around/)
- [http://www.developerphil.com/android-studio-tips-of-the-day-roundup-1/](http://www.developerphil.com/android-studio-tips-of-the-day-roundup-1/)
- [http://www.developerphil.com/android-studio-tips-of-the-day-roundup-2/](http://www.developerphil.com/android-studio-tips-of-the-day-roundup-2/)
- [http://www.developerphil.com/android-studio-tips-of-the-day-roundup-3/](http://www.developerphil.com/android-studio-tips-of-the-day-roundup-3/)
- [http://www.developerphil.com/android-studio-tips-of-the-day-roundup-4/](http://www.developerphil.com/android-studio-tips-of-the-day-roundup-4/)
- [http://www.developerphil.com/android-studio-tips-of-the-day-roundup-5/](http://www.developerphil.com/android-studio-tips-of-the-day-roundup-5/)
- [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&&agera学习资源
- [RxJava Github地址](https://github.com/ReactiveX/RxJava/)
- [RxAndroid Github地址](https://github.com/ReactiveX/RxAndroid)
- [RxJava中文文档翻译](https://github.com/mcxiaoke/RxDocs)
- [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-agera](https://code-labs.cn/codelabs/android-agera/#0)
- [agera](https://github.com/google/agera/wiki)
- [RxJava 与 Retrofit 结合的最佳实践](http://gank.io/post/56e80c2c677659311bed9841)### 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)
- [Gradle系列之从init.gradle说起](http://blog.csdn.net/sbsujjbcy/article/details/52079413)
- [深入理解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)
- [图解 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/)
- [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)
- [阿里巴巴技术文章](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/)
- [美团Android DEX自动拆包及动态加载简介](http://tech.meituan.com/mt-android-auto-split-dex.html)
- [Android官方培训课程中文版](https://github.com/kesenhoo/android-training-course-in-chinese)
- [一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目](https://github.com/bboyfeiyu/android-tech-frontier)
- [Android Guides](https://github.com/codepath/android_guides)
- [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis)
- [Android 图像处理教学](http://chiuki.github.io/android-shaders-filters)
- [Android 开源项目分类汇总](https://github.com/Trinea/android-open-project)
- [开发过程中遇到的坑](https://github.com/simple-android-framework-exchange/the-fucking-traps-in-android-dev)
- [Android 开源交流](https://github.com/aosp-exchange-group/share)
- [Android 著名开源库的简版实现](https://github.com/simple-android-framework-exchange/simple-android-opensource-framework)
- [Android 问题交流讨论,大部分是面试题](https://github.com/android-cn/android-discuss)
- [android 设计模式](https://github.com/simple-android-framework-exchange/android_design_patterns_analysis)
- [Android 全国职位列表](https://github.com/android-cn/android-jobs)
- [fuck-2014-flirt-2015](https://github.com/aosp-exchange-group/fuck-2014-flirt-2015)
- [AndroidDevTools开发相关资料下载](http://www.androiddevtools.cn/)
- [android-best-practices最佳实践](https://github.com/futurice/android-best-practices)
- [java设计模式](https://github.com/iluwatar/java-design-patterns)
- [Android最佳实践示例](https://github.com/tianzhijiexian/Android-Best-Practices)
- [Android 中 Java 与JavaScript 交互最详尽的总结](http://droidyue.com/blog/2014/09/20/interaction-between-java-and-javascript-in-android/?comefrom=http://blogread.cn/news/)
- [如何为drawable着色](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0824/3356.html)
- [Drawable 着色的后向兼容方案](http://www.race604.com/tint-drawable/)
- [Awesome-MaterialDesign](https://github.com/lightSky/Awesome-MaterialDesign)
- [Android 面试题InterviewQuestion](https://github.com/lizhangqu/InterviewQuestion)
- [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/)
- [掘金](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/)
- [Fast-Android-Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking)### 安卓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)
- [realm](https://github.com/racket/realm)
### 安卓Json解析
- [Gson,用法简单,速度慢](https://github.com/google/gson)
- [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)
- [第三方github客户端](https://github.com/Leaking/WeGit)
- [开源中国的系列软件](http://git.oschina.net/oschina/)
- [体重档案](https://github.com/Jhuster/EWeightScale)
- [Simplifyreader](http://skillcollege.github.io/SimplifyReader/)
- [西源坊](https://github.com/lzjun567/XiYuanFangApp)### 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/)
- [vysor 这个是Chrome的插件,电脑操作手机](https://chrome.google.com/webstore/detail/vysor-beta/gidgenkbbabolejbgbpnhbimgjbffefm)
- [Browser extension to display GitHub code in tree format](https://github.com/buunguyen/octotree)
- [google hosts翻墙,有vpn的忽略](http://laod.cn/hosts/2015-google-hosts.html)
- [开源中国在线工具](http://tool.oschina.net/)
- [百度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)
- [insight chrome 代码查看插件](https://insight.io/)
### Android 推送(含IM)
- [环信,支持即时音视频](http://www.easemob.com/)
- [腾讯云通讯,支持即时音视频](http://www.qcloud.com/product/avc.html)
- [极光推送和IM](https://www.jpush.cn/)
- [个推](http://www.getui.com/)
- [小米推送,在MIUI上属于系统服务框架,共享系统级长连接](http://dev.xiaomi.com/doc/?page_id=1670)
- [百度云推送,部分机型收不到推送,如小米,Bug是否修复未知](http://push.baidu.com/)
- [腾讯信鸽推送](http://xg.qq.com/xg/)
- [友盟推送](https://www.umeng.com/push)
- [leancloud](https://leancloud.cn/)
- [bmob云推送,含IM](http://www.bmob.cn/products)
- [蘑菇街TeamTalk](https://github.com/mogujie/TeamTalk)
- [Openfire+Smack开源Xmpp解决方案](http://www.igniterealtime.org/downloads/index.jsp)
### Android后端等服务
- [parse,缺点是服务器在国外,速度慢](https://parse.com/)
- [leancloud,国内的,仿parse](https://leancloud.cn/)
- [Bmob后端云](http://www.bmob.cn/)
- [七牛云存储](http://www.qiniu.com/)
- [apicloud](http://www.apicloud.com/)
### Android 应用内测平台
- [蒲公英,内测应用](http://www.pgyer.com/)
- [Fir.im,内测应用](http://fir.im/)### Android社会化分享,短信验证,意见反馈,支付等相关
- [友盟,社会化分析,意见反馈](http://www.umeng.com/)
- [Sharesdk,社会化分析](http://mob.com/)
- [Ping++,支付](https://pingxx.com)
- [bmob支付,Bmob为广大开发人员提供的统一、正规的收费手段,让没有企业认证的个人开发者,也能通过支付宝和微信向用户收费](http://docs.bmob.cn/androidpay/index.html?menukey=fast_start&key=start_android_pay)
- [容联云通讯](http://www.yuntongxun.com/ability/toPriceTariff)### 安卓开发值得关注的库
- [定时任务&计划任务-印象笔记android-job](https://github.com/evernote/android-job)
- [AndroidHttpCapture 手机上抓包](https://github.com/JZ-Darkal/AndroidHttpCapture)
- [方法自动生成](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)
- [右滑返回SwipeBackLayout](https://github.com/ikew0ng/SwipeBackLayout)
- [百分比布局](https://github.com/JulienGenoud/android-percent-support-lib-sample)
- [EventBus](https://github.com/greenrobot/EventBus)
- [ObservableScrollView](https://github.com/ksoichiro/Android-ObservableScrollView/)
- [工具库less code, more efficient for android](https://github.com/openproject/LessCode)
- [通用适配器](https://github.com/JoanZapata/base-adapter-helper)
- [android-log](https://github.com/SnowdreamFramework/android-log)
- [NineOldAndroids](http://nineoldandroids.com/)
- [BadgeView ](https://github.com/jgilfelt/android-viewbadger)
- [CircleImageView](https://github.com/hdodenhof/CircleImageView)
- [CustomShapeImageView](https://github.com/MostafaGazar/CustomShapeImageView)
- [SweetAlert for Android, a beautiful and clever alert dialog](https://github.com/pedant/sweet-alert-dialog)
- [android-pulltorefresh](https://github.com/johannilsson/android-pulltorefresh)
- [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu)
- [ViewPagerIndicator](https://github.com/JakeWharton/ViewPagerIndicator)
- [一个动画集合库](https://github.com/daimajia/AndroidViewAnimations)
- [FontAwesome for Android](https://github.com/JoanZapata/android-iconify)
- [RecyclerView made simple](https://github.com/lucasr/twoway-view)
- [jsoup库(java)](http://jsoup.org/)
- [android-wheel](https://github.com/maarek/android-wheel)
- [xUtils](https://github.com/wyouflf/xUtils)
- [android-common](https://github.com/Trinea/android-common)
- [zxing](https://github.com/zxing/zxing)
- [Android开发常用整理](https://github.com/wangjiegulu/AndroidBucket)
- [左滑粒子删除效果](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)
### 安卓资源相关
- [安卓每个版本的Drawable图标](http://androiddrawables.com/)
- [FontAwesome字体图标安卓字符串](https://github.com/liltof/font-awsome-for-android)
- [色系](http://www.google.com/design/spec/style/color.html)
- [颜色库](https://github.com/MatthewYork/Colours)
- [IconFinder图标资源](https://www.iconfinder.com/)
- [阿里巴巴矢量图](http://www.iconfont.cn/)
- [icomoon](https://icomoon.io/app/#/select)
- [AndroidAssetStudio](http://romannurik.github.io/AndroidAssetStudio/)
- [Android Holo颜色生成器](http://android-holo-colors.com/)
- [Android Action Bar Style Generator](http://jgilfelt.github.io/android-actionbarstylegenerator/)
- [在线.9.png图片生成器](http://romannurik.github.io/AndroidAssetStudio/nine-patches.html)
- [安卓button在线制作工具](http://angrytools.com/android/button/)
- [Theme.xml属性](http://omapzoom.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/values/themes.xml;hb=master)
- [移动APP云计算平台Parse](https://www.parse.com/)### 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
- [realm-java](https://github.com/realm/realm-java)
- [couchbase-lite-android](https://github.com/couchbase/couchbase-lite-android)
- [SimpleNoSQL](https://github.com/Jearil/SimpleNoSQL)
- [SnappyDB](https://github.com/nhachicha/SnappyDB/)### 设计网站,可以寻找一些酷炫的设计稿
- [https://dribbble.com/](https://dribbble.com/)
- [http://pttrns.com/](http://pttrns.com/)
- [http://capptivate.co/](http://capptivate.co/)### 国外个人博客
- [Jakewharton](http://jakewharton.com/blog)
- [Romain Guy](http://www.curious-creature.com/)
- [Cyril Mottier](http://cyrilmottier.com/)
- [Mark Allison](http://blog.stylingandroid.com/)
- [Daniel Lew](http://blog.danlew.net/)
- [Ravi Tamada](http://www.androidhive.info/)
- [Chris Nash](http://loseyourmarbles.co/about-me/)
- [[email protected]](http://www.androiduipatterns.com/)
- [Wolfram Rittmeyer](http://www.grokkingandroid.com/)
- [Rich Hyndman](http://geekyouup.blogspot.com/)### 国外的一些优秀网站
- [androidweekly.net](http://androidweekly.net/)
- [Android Developers Blog](http://android-developers.blogspot.ca/)
- [vogella](http://www.vogella.com/tutorials/android.html)
- [tutorialspoint](http://www.tutorialspoint.com/android/)
- [tutsplus](http://code.tutsplus.com/categories/android-sdk)
- [oderzheaven](http://www.coderzheaven.com/android-tutorials/)
- [thenewcircle](https://thenewcircle.com/training/android/)
- [coreservlets](http://www.coreservlets.com/android-tutorial/)
- [Droid-Blog](http://droid-blog.net/)
- [coursera.org](https://www.coursera.org/)
- [commonsware.com](http://commonsware.com/blog/archive.html)
- [http://android.amberfog.com/](http://android.amberfog.com/)
- [anddev](http://www.anddev.org/)### Ibeacon与蓝牙4.0相关
- [一个ibeacon交互库](https://github.com/AltBeacon/android-beacon-library)
- [AprilBeacon-Android-sdk](https://github.com/AprilBrother/AprilBeacon-Android-SDK)
- [Estimote SDK](https://github.com/Estimote/Android-SDK)
- [蓝牙4.0相关](https://github.com/devunwired/accessory-samples)### WEB与前端相关
- [yii](http://www.yiichina.com/)
- [yiibooster](http://yiibooster.clevertech.biz/)
- [wechat-php-sdk](https://github.com/dodgepudding/wechat-php-sdk)
- [php_sae_storage](https://github.com/acczefly/php_sae_storage)
- [Bootstrap](http://www.bootcss.com/)
- [Font-Awesome字体图标](https://github.com/FortAwesome/Font-Awesome)
- [sublime浏览器前缀插件](https://github.com/sindresorhus/sublime-autoprefixer)
- [一个手势库](https://github.com/mattbryson/TouchSwipe-Jquery-Plugin)
- [bootstrap-filestyle](https://github.com/markusslima/bootstrap-filestyle)
- [基于Codeigniter的CMS系统](https://github.com/znddzxx112/bitcms)