└── README.md /README.md: -------------------------------------------------------------------------------- 1 | 2 | ## Android 成为资深研发之路 3 | 4 | ## 目录 5 | * ### Android自定义 6 | * [基础篇](#android-基础自定义view) 7 | * [View组件库](#android-view组件库) 8 | * [项目组件库](#android-项目组件库) 9 | 10 | * ### Android动画 11 | * [基础篇](#android-动画基础) 12 | * [开源库](#android-动画开源库) 13 | * [源码分析](#android-动画源码分析) 14 | 15 | * ### Android优化 16 | * [性能优化](#android-性能优化) 17 | * [内存优化](#android-内存优化) 18 | * [OOM、ANR相关](#android-oom-anr) 19 | 20 | * ### Android基础开发常用工具和资料 21 | * [Studio 插件、优化等](#android-studio) 22 | * [Gradle 知识库](#gradle) 23 | * [APK加固与反编译](#android-加固与反编译) 24 | * [Android-orm框架,推荐使用GreenDao,Ormlite](#安卓orm框架用得比较多的就greendaoormlite) 25 | * [Android-Json数据解析工具](#安卓json解析) 26 | * [Android 常用辅助工具](#android-开发辅助工具) 27 | * [Android 推送(含IM)相关](#android-推送含im) 28 | * [Android APK内测平台](#android-应用内测平台) 29 | * [Android 社会化分享,短信验证等](#android社会化分享短信验证意见反馈支付等相关) 30 | * [Android Drawable资源相关](#安卓资源相关) 31 | * [Git 教程](#git) 32 | * [Ibeacon与蓝牙4.0](#ibeacon与蓝牙40相关) 33 | * [Android NoSql相关](#android-nosql) 34 | * [Android 后端等服务云](#android-后端等服务) 35 | * [Android 网络层库-包含图片相关](#安卓网络层包含图片) 36 | 37 | * ### Android值得关注的 38 | * [插件化与动态加载](#android-插件与动态加载) 39 | * [组件化](#android-热更新) 40 | * [热更新](#android-热更新) 41 | * [RxJava、agera](#rxjava-agera相关资料) 42 | * [值得关注的库](#安卓开发值得关注的库) 43 | * [值得关注的优秀内容和工具](#android-开发中值得看的优秀内容和工具) 44 | * [国外个人博客](#国外个人博客) 45 | * [Android 开源项目](#android-开源软件) 46 | * [设计网站,可以找到一些酷炫的设计稿](#设计网站可以寻找一些酷炫的设计稿) 47 | 48 | * ### [Android 面试](#面试) 49 | 50 | 51 | 52 | 53 | ============================================================= 54 | 55 | ### Android 基础自定义view 56 | - [GcsSloop](http://www.gcssloop.com/customview/CustomViewIndex/) (很详细自定义View包括相关Api介绍) 57 | - [Gallery 3D效果](http://blog.csdn.net/leehong2005/article/details/8070538) 58 | - [SlidingDrawer抽屉效果](http://blog.csdn.net/xyz_lmn/article/details/6906689) 59 | - [绚丽的枫叶loading效果分析实践](http://blog.csdn.net/tianjian4592/article/details/44538605) 60 | - [Math用法](http://blog.csdn.net/heng615975867/article/details/13769341) 61 | - [oMeasure初看,深入理解](http://www.cppblog.com/guojingjia2006/archive/2012/03/27/169214.html) 62 | - [360全景视频螺旋仪](http://download.csdn.net/download/ujjldx/9315333) 63 | - [android中moveTo,lineTo,quadTo···详解](https://segmentfault.com/a/1190000000721127) 64 | - [andoird复杂的列表视图新鞋发MutiType](http://gank.io/post/5823bcf6421aa90e799ec2ad) 65 | - [贝塞尔曲线](http://www.jianshu.com/p/9eef2a713d33) 66 | - [快速放些京东、天猫下拉刷新](http://www.jianshu.com/p/9daaa87045d0) 67 | - [Paint之 setXfermode PorterDuffXfermode 讲解](http://blog.csdn.net/tianjian4592/article/details/44783283) 68 | - [自定义View 原理](https://www.jianshu.com/p/988326f9c8a3) 69 | 70 | ### Android View组件库 71 | - [列表相关List](https://github.com/XXApple/AndroidLibs/tree/master/%E5%88%97%E8%A1%A8List) 72 | - [动画相关Animation](https://github.com/XXApple/AndroidLibs/tree/master/%E5%8A%A8%E7%94%BBAnimation) 73 | - [图标Icon](https://github.com/XXApple/AndroidLibs/tree/master/%E5%9B%BE%E6%A0%87Icon) 74 | - [图片框架Image](https://github.com/XXApple/AndroidLibs/tree/master/%E5%9B%BE%E7%89%87%E6%A1%86%E6%9E%B6Image) 75 | - [图表Chart](https://github.com/XXApple/AndroidLibs/tree/master/%E5%9B%BE%E8%A1%A8Chart) 76 | - [完整开源项目Project](https://github.com/XXApple/AndroidLibs/tree/master/%E5%AE%8C%E6%95%B4%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AEProject) 77 | - [布局Layout](https://github.com/XXApple/AndroidLibs/tree/master/%E5%B8%83%E5%B1%80Layout) 78 | - [开发框架Framework](https://github.com/XXApple/AndroidLibs/tree/master/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6Framework) 79 | - [弹框Dialog](https://github.com/XXApple/AndroidLibs/tree/master/%E5%BC%B9%E6%A1%86Dialog) 80 | - [按钮Button](https://github.com/XXApple/AndroidLibs/tree/master/%E6%8C%89%E9%92%AEButton) 81 | - [文本Label](https://github.com/XXApple/AndroidLibs/tree/master/%E6%96%87%E6%9C%ACLabel) 82 | - [特效Effect](https://github.com/XXApple/AndroidLibs/tree/master/%E7%89%B9%E6%95%88Effect) 83 | - [网络框架Network](https://github.com/XXApple/AndroidLibs/tree/master/%E7%BD%91%E7%BB%9C%E6%A1%86%E6%9E%B6Network) 84 | - [自定义控件Custom](https://github.com/XXApple/AndroidLibs/tree/master/%E8%87%AA%E5%AE%9A%E4%B9%89%E6%8E%A7%E4%BB%B6Custom) (其他分类找不到的,大部分都在这个分类里面) 85 | - [菜单Menu](https://github.com/XXApple/AndroidLibs/tree/master/%E8%8F%9C%E5%8D%95Menu) 86 | - [辅助工具类Utils](https://github.com/XXApple/AndroidLibs/tree/master/%E8%BE%85%E5%8A%A9%E5%B7%A5%E5%85%B7%E7%B1%BBUtils) 87 | - [进度条Progressbar](https://github.com/XXApple/AndroidLibs/tree/master/%E8%BF%9B%E5%BA%A6%E6%9D%A1Progressbar) 88 | 89 | ### Android 项目组件库 90 | - [Android Libraries and Resources ](http://alamkanak.github.io/android-libraries-and-resources/) 91 | - [Android Arsenal ](http://android-arsenal.com/)(一个专门收集 android 开源库的网站, 网站经常更新) 92 | - [Android 开源项目汇总 ](https://github.com/Trinea/android-open-project) 93 | - [Android 开源项目源码分析 ](http://codekk.com/open-source-project-analysis) 94 | - [泡在网上的日子库汇总](http://www.jcodecraeer.com/plus/list.php?tid=31) 95 | - [android-gems国外定期上传开源库](http://www.android-gems.com/) 96 | 97 | 98 | ### Android 动画基础 99 | - [Android补间动画、属性动画 常用功能总结](http://www.jianshu.com/p/ec62b81df7ed) 100 | - [动画基础组件、类详讲](http://www.360doc.com/content/13/0102/22/6541311_257754535.shtml) 101 | - [Interpolator 图形化生成的贝塞尔插值器](http://www.cnblogs.com/benhero/p/4377374.html) 102 | 103 | ### Android 动画开源库 104 | - [View、Acitvity过度基础动画库](https://github.com/hitherejoe/animate) 105 | - [awesome 定期更新动画相关包含IOS](https://github.com/Animatious/awesome-animation) 106 | - [Material-Animations 比较知名的Android过场转换动画](https://github.com/lgvalle/Material-Animations) 107 | - [AndroidViewAnimations 输入框、文字相关动画](https://github.com/daimajia/AndroidViewAnimations) 108 | 109 | ### Android 动画源码分析 110 | - [Android动画的实现流程](http://blog.csdn.net/startfromweb/article/details/7644405) 111 | - [Android Animation运行原理详解](http://www.jianshu.com/p/fcd9c7e9937e) 112 | 113 | 114 | 115 | ### Android 性能优化 116 | - [优化基础和控件](http://blog.csdn.net/xyz_lmn/article/details/13870027) 117 | - [Android界面性能调优手册](https://segmentfault.com/a/1190000004547751) 118 | - [Android性能优化视频,文档以及工具](https://github.com/Juude/awesome-android-performance) 119 | - [APK瘦身记,如何实现高达53%的压缩效果](https://zhuanlan.zhihu.com/p/23882195?from=groupmessage) 120 | - [胡凯-性能优化](http://hukai.me/blog/archives/) 121 | - [Android最佳性能实践(1):合理管理内存](http://blog.csdn.net/guolin_blog/article/details/42238627) 122 | - [Android最佳性能实践(2):分析内存的使用情况](http://blog.csdn.net/guolin_blog/article/details/42238633) 123 | - [Android最佳性能实践(3):高性能编码优化](http://blog.csdn.net/guolin_blog/article/details/42318689) 124 | - [Android最佳性能实践(4):布局优化技巧](http://blog.csdn.net/guolin_blog/article/details/43376527) 125 | - [blockcanary-轻松找出Android App界面卡顿元凶](https://github.com/moduth/blockcanary) 126 | - [Android性能优化典范(一)从各个方面分析](http://www.csdn.net/article/2015-01-20/2823621-android-performance-patterns) 127 | - [Android Splash页秒开 Activity白屏 Activity黑屏](http://blog.csdn.net/yanzhenjie1003/article/details/52201896) 128 | 129 | ### Android 内存优化 130 | - [Android 内存暴减的秘密?!](https://mp.weixin.qq.com/s/kYFxXvL2SrxhKATWgYpOPg) 131 | - [我这样减少了26.5M Java内存!](https://mp.weixin.qq.com/s/ZGpGXM8wGiSr-jtrxU3ALA) 132 | - [Android内存优化(大汇总——中)](http://blog.csdn.net/a396901990/article/details/38707007) 133 | - [使用新版Android Studio检测内存泄露和性能](https://www.2cto.com/kf/201512/455421.html) 134 | - [Android 内存管理机制](http://www.jianshu.com/p/5bd50b15177f) 135 | - [Android 内存管理分析总结](http://www.jianshu.com/p/8b1d9c86fa84) 136 | - [Android 内存管理与优化](http://www.jianshu.com/p/8b1d9c86fa84) 137 | 138 | ### Android OOM ANR 139 | - [什么情况导致oom](http://blog.csdn.net/a396901990/article/details/38707007) 140 | - [Android内存优化之OOM](http://www.jianshu.com/p/b6a65519a1a0) 141 | - [Android避免OOM](http://www.jianshu.com/p/f5d8d3066b36) 142 | - [ANR定位和修正](http://www.jackywang.tech/AndroidInterview-Q-A/chinese/subject/%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96.html) 143 | - [Android ANR:原理分析及解决办法](http://www.jianshu.com/p/388166988cef) 144 | - [ANR 原理与实战技巧 通过log的方式分析](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2017/0902/8459.html) 145 | 146 | 147 | ### Android 插件与动态加载 148 | - [手机淘宝(插件化Atlas)](https://alibaba.github.io/atlas/) 149 | - [Android插件化技术——原理篇](https://mp.weixin.qq.com/s/Uwr6Rimc7Gpnq4wMFZSAag) 150 | - [OpenAtlas,已改名为ACDD,可以在手机淘宝中见到踪影](https://github.com/bunnyblue/ACDD) 151 | - [360的DroidPlugin](https://github.com/Qihoo360/DroidPlugin) 152 | - [dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) 153 | - [携程DynamicAPK](https://github.com/CtripMobile/DynamicAPK) 154 | - [美团分包](http://tech.meituan.com/mt-android-auto-split-dex.html) 155 | - [微信/手Q加载方案](http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207151651&idx=1&sn=9eab282711f4eb2b4daf2fbae5a5ca9a&3rd=MzA3MDU4NTYzMw==&scene=6#rd) 156 | - [Small](https://github.com/wequick/Small) 157 | - [Android博客周刊专题之《插件化开发》](http://www.androidblog.cn/index.php/Index/detail/id/16) 158 | - [Android Plugin Framework 插件开发框架及示例程序,原理介绍等](https://github.com/limpoxe/Android-Plugin-Framework) 159 | - [获取主dex](https://github.com/lizhangqu/MainDex) 160 | - [应用双开VirtualApp](https://github.com/asLody/VirtualApp) 161 | - [Android Dex分包之旅](http://yydcdut.com/2016/03/20/split-dex/) 162 | - [掌阅-最简单易懂的Android插件补丁框架](https://github.com/iReaderAndroid/ZeusPlugin) 163 | - [ANROID动态加载技术 系列索引](https://zhuanlan.zhihu.com/p/20515113) 164 | 165 | ### Android 热更新 166 | - [微信tinker](http://www.tinkerpatch.com/Docs/intro) 167 | - [dexposed](https://github.com/alibaba/dexposed) 168 | - [AndFix](https://github.com/alibaba/AndFix) 169 | - [QQ空间热修复](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400118620&idx=1&sn=b4fdd5055731290eef12ad0d17f39d4a&scene=0#wechat_redirect) 170 | - [QQ空间热修复实现方案](https://github.com/dodola/HotFix) 171 | - [Nuwa 女娲](https://github.com/jasonross/Nuwa) 172 | - [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) 173 | - [Android Patch 方案与持续交付](http://wereadteam.github.io/2016/07/26/AndroidPatch/?from=timeline&isappinstalled=0) 174 | - [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) 175 | - [微信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) 176 | - [Android热更新之so库的热更新](http://blog.csdn.net/sbsujjbcy/article/details/51475499) 177 | - [Android aapt实现资源分区(补充携程aapt源码)](http://blog.csdn.net/sbsujjbcy/article/details/51405207) 178 | - [Android 热修复使用Gradle Plugin1.5改造Nuwa插件](http://blog.csdn.net/sbsujjbcy/article/details/50839263) 179 | - [Android 热修复Nuwa的原理及Gradle插件源码解析](http://blog.csdn.net/sbsujjbcy/article/details/50812674) 180 | - [Tinker_imitator](https://github.com/zzz40500/Tinker_imitator) 181 | - [ZeusPlugin插件框架热修复gradle插件源码](https://github.com/iReaderAndroid/PatchPluginForZeus) 182 | - [RocooFix](https://github.com/dodola/RocooFix) 183 | - [ Android Classloader热修复技术之百家齐放](http://blog.csdn.net/sbsujjbcy/article/details/51760578) 184 | - [从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/) 185 | - [Android热修复与增量升级,基于微信Tinker原理](https://github.com/byteam/delta) 186 | - [美团Android热更新方案Robust](http://tech.meituan.com/android_robust.html) 187 | 188 | 189 | ### RxJava RxJava2相关资料 190 | - [RxJava2 这可能是最好的RxJava 2.x 教程(完结版)](https://www.jianshu.com/p/0cd258eecf60) 191 | - [RxJava 扔物线](https://gank.io/post/560e15be2dca930e00da1083) 192 | - [RxJava Github地址](https://github.com/ReactiveX/RxJava/) 193 | - [RxAndroid Github地址](https://github.com/ReactiveX/RxAndroid) 194 | - [RxJava中文文档翻译](https://github.com/mcxiaoke/RxDocs) 195 | - [Awesome-RxJava](https://github.com/lzyzsd/Awesome-RxJava) 196 | - [在正确的线程上观察](http://www.jianshu.com/p/72911b9ba2d7) 197 | - [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) 198 | - [谜之RxJava (一) —— 最基本的观察者模式](https://segmentfault.com/a/1190000004049490) 199 | - [谜之RxJava (二) —— Magic Lift](https://segmentfault.com/a/1190000004049841) 200 | - [迷之RxJava (三)—— 线程切换](https://segmentfault.com/a/1190000004051191) 201 | - [迷之RxJava (三)update —— 线程切换(二)](https://segmentfault.com/a/1190000004855661) 202 | - [迷之RxJava (三)update 2 —— subscribeOn 和 observeOn 的区别](https://segmentfault.com/a/1190000004856071) 203 | - [迷之RxJava(四)—— Retrofit和RxJava的基情](https://segmentfault.com/a/1190000004077117) 204 | - [RxJava 与 Retrofit 结合的最佳实践](http://gank.io/post/56e80c2c677659311bed9841) 205 | 206 | 207 | 208 | ### 面试 209 | 210 | - [面试总结-java和android](https://github.com/JackyAndroid/AndroidInterview-Q-A) 211 | - [LearningNotes](https://github.com/GeniusVJR/LearningNotes) (非常详细的面试资料, 涉及 Android, Java, 设计模式, 算法等) 212 | - [80% 以上简历都是不合格的-面试要种简历查抓起](http://j.codekk.com/blogs/detail/5705bcdf4a38205862ef4770) 213 | - [推荐两个技术简历模板](http://j.codekk.com/blogs/detail/5705bcdf4a38205862ef476f) 214 | - [Android 面试那些事儿-聊聊心得](https://zhuanlan.zhihu.com/p/21565914) 215 | - [改善技术简历的47条原则-比较意思](http://lucida.me/blog/lean-technical-resume/) 216 | - [比较全Android 面试资料集合](http://www.jianshu.com/p/d1efe2f31b6d) 217 | 218 | 219 | ### Android Studio 220 | - [studio基本使用](https://github.com/ruijun/Android-Dev-Favorites/tree/master/Android%20Studio) 221 | - [查看依赖关系的插件](https://github.com/rholder/gradle-view) 222 | - [Android Studio 比较热门的调试技巧](http://tianweishu.com/2015/12/21/android-studio-debug-tips-you-may-not-know/) 223 | - [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/) 224 | - [idea-live-templates 模板](https://github.com/keyboardsurfer/idea-live-templates) 225 | - [方法数统计插件,可用于统计是否达到65536个方法](https://github.com/KeepSafe/dexcount-gradle-plugin) 226 | - [Android-Drawable-Importer插件](https://github.com/winterDroid/android-drawable-importer-intellij-plugin) 227 | - [GsonFormat Json对应的Bean快速生成插件](https://github.com/zzz40500/GsonFormat) 228 | - [android-selector-chapek Selector生成插件](https://github.com/inmite/android-selector-chapek) 229 | - [快速生成butterknife注解插件](https://github.com/avast/android-butterknife-zelezny) 230 | - [android-material-design-icon-generator图标插件](https://github.com/konifar/android-material-design-icon-generator-plugin) 231 | - [Retrolambda 在java 6 7中使用 lambda表达式插件](https://github.com/evant/gradle-retrolambda) 232 | - [Gradle依赖自动补齐插件](https://github.com/ligi/GradleDependenciesHelperPlugin) 233 | - [idea-markdown编辑器插件](https://github.com/nicoulaj/idea-markdown) 234 | - [从布局中生成View的声明插件](https://github.com/Haehnchen/idea-android-studio-plugin) 235 | - [codota代码片段搜索,支持Chrome和Android Studio](https://www.codota.com/) 236 | - [布局文件分组插件](https://github.com/dmytrodanylyk/folding-plugin) 237 | - [DPI计算插件](https://github.com/JerzyPuchalski/Android-DPI-Calculator) 238 | - [gradle-publish 发布库插件](https://github.com/msdx/gradle-publish) 239 | - [发布lib到jcenter](https://github.com/andforce/release-android-lib-to-jcenter) 240 | - [vysor 这个是Chrome的插件,电脑操作手机](https://chrome.google.com/webstore/detail/vysor-beta/gidgenkbbabolejbgbpnhbimgjbffefm) 241 | - [Android Studio插件开发](http://jiajixin.cn/2015/10/11/android-studio-plugin-dev/) 242 | - [Android SDK镜像服务器搭建](http://jiajixin.cn/2015/10/11/android-sdk-mirror/) 243 | - [Android Studio 插件整理 48 个](https://ydmmocoo.github.io/2016/06/28/Android-Studio%E6%8F%92%E4%BB%B6%E6%95%B4%E7%90%86/) 244 | 245 | ### Android webview&JSBridge技术 246 | - [WebView 性能和用户体验优化](https://www.jianshu.com/p/fc7909e24178) 247 | - [WebView 全面干货指南](https://www.jianshu.com/p/fd61e8f4049e) 248 | - [你要的WebView与 JS 交互方式 都在这里了](https://blog.csdn.net/carson_ho/article/details/64904691/) 249 | - [手把手教你构建 Android WebView 的缓存机制 & 资源预加载方案](https://blog.csdn.net/carson_ho/article/details/71402764) 250 | - [浅谈Hybrid技术的设计与实现](http://www.cnblogs.com/yexiaochai/p/4921635.html) 251 | - [谈谈App混合开发](http://www.tuicool.com/articles/m6RVFfA) 252 | - [在WebView中如何让JS与Java安全地互相调用](http://blog.csdn.net/xyz_lmn/article/details/39399225) 253 | - [WebView中接口隐患与手机挂马利用](http://blog.csdn.net/marshalchen/article/details/11124541) 254 | - [ Android JSBridge的原理与实现](http://blog.csdn.net/sbsujjbcy/article/details/50752595) 255 | 256 | ### React Native 与 Weex 专题 257 | - [weex](http://alibaba.github.io/weex/) 258 | - [深入源码探索 ReactNative 通信机制](https://segmentfault.com/a/1190000004586390) 259 | - [React Native首屏白屏优化](https://segmentfault.com/a/1190000004743424) 260 | - [React Native专题系列文章更新ing(涉及基础,组件,进阶以及开源项目)](http://www.lcode.org/react-native/) 261 | - [React-native-Android-热更新](http://richard-cao.github.io/2015/12/03/React-native-Android-热更新/) 262 | - [React-Native学习指南](https://github.com/ele828/react-native-guide) 263 | - [Facebook的react-native](http://facebook.github.io/react-native/) 264 | - [React Native: 配置和起步](http://www.liaohuqiu.net/cn/posts/react-native-1/) 265 | - [React Native: Android 的打包](http://www.liaohuqiu.net/cn/posts/react-native-android-package/) 266 | - [React Native For Android初体验](http://www.jianshu.com/p/847a54e0c385) 267 | - [JianDan-React-Native](https://github.com/w4lle/JianDan-React-Native) 268 | - [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) 269 | - [react-native-viewpager](https://github.com/race604/react-native-viewpager) 270 | - [React Native for Android 实践 -- 实现知乎日报客户端](http://www.race604.com/react-native-android-practice/) 271 | - [【React Native for Android】jsBridge实现原理](http://blog.desmondyao.com/2016/07/02/rn-bridge/) 272 | - [其实没那么复杂!探究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/) 273 | 274 | 275 | ### Android 加固与反编译 276 | - [android反编译工具的合集](https://github.com/Juude/droidReverse) 277 | - [Apktool](http://ibotpeaches.github.io/Apktool/) 278 | - [dex2jar](http://sourceforge.net/projects/dex2jar/) 279 | - [DecompileApk](https://github.com/MasonLiuChn/DecompileApk) 280 | - [Android APK加固技术方案调研](http://www.jianshu.com/p/856bf5b437aa) 281 | - [Android apk包res 资源混淆工具](https://github.com/joker535/Baffle) 282 | - [微信资源混淆](https://github.com/shwenzhang/AndResGuard) 283 | - [美团Android资源混淆保护实践](http://tech.meituan.com/mt-android-resource-obfuscation.html) 284 | - [美团Android资源混淆实现方案](https://github.com/JohnnyYin/ResProguard) 285 | - [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) 286 | - [Android脱壳圣战之---如何脱掉"爱加密"家的保护壳](http://mp.weixin.qq.com/s?__biz=MzIzNDA3MDgwNA==&mid=2649229983&idx=1&sn=de2bd1a408d74e102ecd13a05512d1fa&scene=21#wechat_redirect) 287 | - [一键生成项目混淆代码插件](https://github.com/zhonghanwen/AndroidProguardPlugin) 288 | 289 | 290 | ### Gradle 291 | - [Gradle for Android](https://segmentfault.com/a/1190000004229002) 292 | - [谷歌Gradle官方文档](http://google.github.io/android-gradle-dsl/current/) 293 | - [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) 294 | - [Gradle系列之从init.gradle说起](http://blog.csdn.net/sbsujjbcy/article/details/52079413) 295 | - [深入理解Android之Gradle](http://blog.csdn.net/innost/article/details/48228651) 296 | 297 | ### Android 开发中值得看的优秀内容和工具 298 | - [androidcat](http://androidcat.com/?step=1&view=CatFragment) 299 | - [ADB 用法大全](https://github.com/mzlogin/awesome-adb) 300 | - [使用 CheckStyle 检查代码](http://gudong.name/2016/04/07/checkstyle.html) 301 | - [图解 Retrofit - ServiceMethod](http://www.jianshu.com/p/3518cf8c6e4c) 302 | - [OkHttp3源码分析-综述](http://www.jianshu.com/p/aad5aacd79bf) 303 | - [Android进程保活招式大全](http://dev.qq.com/topic/57ac4a0ea374c75371c08ce8) 304 | - [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) 305 | - [Java源码生成(Square JavaWriter)](https://github.com/square/javapoet) 306 | - [安卓架构文章合集(a collection of android Architecture)](https://github.com/CameloeAnthony/AndroidArchitectureCollection/blob/master/README.md) 307 | - [OS X 下使用 Hexo 和 Coding Pages 搭建静态博客](http://www.eyrefree.org/2016/03/23/2016-03-23-Hexo-Coding-Pages/) 308 | - [Android系统源码查看,支持在线跟踪引用](http://androidxref.com) 309 | - [贾吉鑫](http://jiajixin.cn) 310 | - [TraceView性能优化工具使用](http://wangxinghe.me/blog/2016-02-25/android-tools-traceview/) 311 | - [network-connection-class](https://github.com/facebook/network-connection-class) 312 | - [阿里巴巴技术文章](https://github.com/amfe/article) 313 | - [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/) 314 | - [InfoQAndroid周报](http://www.infoq.com/cn/android-weekly/) 315 | - [开发技术前线](http://www.devtf.cn/) 316 | - [美团Android DEX自动拆包及动态加载简介](http://tech.meituan.com/mt-android-auto-split-dex.html) 317 | - [Android官方培训课程中文版](https://github.com/kesenhoo/android-training-course-in-chinese) 318 | - [一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目](https://github.com/bboyfeiyu/android-tech-frontier) 319 | - [Android Guides](https://github.com/codepath/android_guides) 320 | - [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 321 | - [Android 图像处理教学](http://chiuki.github.io/android-shaders-filters) 322 | - [Android 开源项目分类汇总](https://github.com/Trinea/android-open-project) 323 | - [开发过程中遇到的坑](https://github.com/simple-android-framework-exchange/the-fucking-traps-in-android-dev) 324 | - [Android 开源交流](https://github.com/aosp-exchange-group/share) 325 | - [Android 著名开源库的简版实现](https://github.com/simple-android-framework-exchange/simple-android-opensource-framework) 326 | - [Android 问题交流讨论,大部分是面试题](https://github.com/android-cn/android-discuss) 327 | - [android 设计模式](https://github.com/simple-android-framework-exchange/android_design_patterns_analysis) 328 | - [Android 全国职位列表](https://github.com/android-cn/android-jobs) 329 | - [fuck-2014-flirt-2015](https://github.com/aosp-exchange-group/fuck-2014-flirt-2015) 330 | - [AndroidDevTools开发相关资料下载](http://www.androiddevtools.cn/) 331 | - [android-best-practices最佳实践](https://github.com/futurice/android-best-practices) 332 | - [java设计模式](https://github.com/iluwatar/java-design-patterns) 333 | - [Android最佳实践示例](https://github.com/tianzhijiexian/Android-Best-Practices) 334 | - [Android 中 Java 与JavaScript 交互最详尽的总结](http://droidyue.com/blog/2014/09/20/interaction-between-java-and-javascript-in-android/?comefrom=http://blogread.cn/news/) 335 | - [如何为drawable着色](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0824/3356.html) 336 | - [Drawable 着色的后向兼容方案](http://www.race604.com/tint-drawable/) 337 | - [Awesome-MaterialDesign](https://github.com/lightSky/Awesome-MaterialDesign) 338 | - [Android 面试题InterviewQuestion](https://github.com/lizhangqu/InterviewQuestion) 339 | - [awesome-android](https://github.com/JStumpp/awesome-android) 340 | - [Retrofit相关文章](https://futurestud.io/blog/retrofit-getting-started-and-android-client/) 341 | - [Lite Android](http://litesuits.com/) 342 | - [Bugly Blog](http://bugly.qq.com/blog/) 343 | - [掘金](http://gold.xitu.io/#/tag/Android) 344 | 345 | ### 安卓网络层(包含图片) 346 | - [okhttp](https://github.com/square/okhttp) 347 | - [retrofit](https://github.com/square/retrofit) 348 | - [picasso](http://square.github.io/picasso/) 349 | - [Volley](https://android.googlesource.com/platform/frameworks/volley) 350 | - [fresco](https://github.com/facebook/fresco) 351 | - [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) 352 | - [robospice](https://github.com/stephanenicolas/robospice) 353 | - [android-async-http](http://loopj.com/android-async-http/) 354 | - [Fast-Android-Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking) 355 | 356 | 357 | ### 安卓orm框架,用得比较多的就GreenDao,Ormlite 358 | - [greenDAO](http://greendao-orm.com/) 359 | - [ORMLite](http://ormlite.com/sqlite_java_android_orm.shtml) 360 | - [ActiveAndroid](https://github.com/pardom/ActiveAndroid/wiki/Getting-started ) 361 | - [SugarORM](http://satyan.github.io/sugar/index.html) 362 | - [Siminov](http://siminov.github.io/android-orm/) 363 | - [androrm](http://www.androrm.net/) 364 | - [cupboard](https://bitbucket.org/qbusict/cupboard/wiki/GettingStarted) 365 | 366 | ### 安卓Json解析 367 | - [Gson,用法简单,速度慢](https://github.com/google/gson) 368 | - [fastjson,号称最快](https://github.com/alibaba/fastjson) 369 | - [jackson](https://github.com/FasterXML/jackson) 370 | 371 | ### Android 单元测试 372 | - [使用Mockito和Roboletric进行Android单元测试](http://mp.weixin.qq.com/s?__biz=MzIwOTQ1MjAwMg==&mid=2247483744&idx=1&sn=e322c5dc19952c563e00a24815399300&scene=0#wechat_redirect) 373 | - [Robolectric](http://robolectric.org/) 374 | 375 | ### Android 开源软件 376 | - [一个第三方开源微博](https://github.com/wangdan/AisenWeiBo) 377 | - [android相关的干货(文摘,名博,github等等)](https://github.com/openproject/AndroidDigest) 378 | - [第三方github客户端](https://github.com/Leaking/WeGit) 379 | - [开源中国的系列软件](http://git.oschina.net/oschina/) 380 | - [体重档案](https://github.com/Jhuster/EWeightScale) 381 | - [Simplifyreader](http://skillcollege.github.io/SimplifyReader/) 382 | - [西源坊](https://github.com/lzjun567/XiYuanFangApp) 383 | 384 | 385 | ### Android 开发辅助工具 386 | - [Charles 从入门到精通](http://gold.xitu.io/entry/56488b7660b20fc9b9c2f0be) 387 | - [Google Play APK下载器](http://apps.evozi.com/apk-downloader/) 388 | - [slideshare](http://www.slideshare.net/) 389 | - [codota代码片段搜索,支持Chrome和Android Studio](https://www.codota.com/) 390 | - [vysor 这个是Chrome的插件,电脑操作手机](https://chrome.google.com/webstore/detail/vysor-beta/gidgenkbbabolejbgbpnhbimgjbffefm) 391 | - [Browser extension to display GitHub code in tree format](https://github.com/buunguyen/octotree) 392 | - [google hosts翻墙,有vpn的忽略](http://laod.cn/hosts/2015-google-hosts.html) 393 | - [开源中国在线工具](http://tool.oschina.net/) 394 | - [百度ApiStore](http://apistore.baidu.com/) 395 | - [Vim插件](https://github.com/vim-scripts/Auto-Pairs) 396 | - [强迫症的 Mac 设置指南](https://github.com/macdao/ocds-guide-to-setting-up-mac) 397 | - [Linux-Tutorial](https://github.com/judasn/Linux-Tutorial) 398 | - [Markdown-Syntax-CN](https://github.com/judasn/Markdown-Syntax-CN) 399 | 400 | 401 | ### Android 推送(含IM) 402 | - [环信,支持即时音视频](http://www.easemob.com/) 403 | - [腾讯云通讯,支持即时音视频](http://www.qcloud.com/product/avc.html) 404 | - [极光推送和IM](https://www.jpush.cn/) 405 | - [个推](http://www.getui.com/) 406 | - [小米推送,在MIUI上属于系统服务框架,共享系统级长连接](http://dev.xiaomi.com/doc/?page_id=1670) 407 | - [百度云推送,部分机型收不到推送,如小米,Bug是否修复未知](http://push.baidu.com/) 408 | - [腾讯信鸽推送](http://xg.qq.com/xg/) 409 | - [友盟推送](https://www.umeng.com/push) 410 | - [leancloud](https://leancloud.cn/) 411 | - [bmob云推送,含IM](http://www.bmob.cn/products) 412 | - [蘑菇街TeamTalk](https://github.com/mogujie/TeamTalk) 413 | - [Openfire+Smack开源Xmpp解决方案](http://www.igniterealtime.org/downloads/index.jsp) 414 | 415 | 416 | ### Android后端等服务 417 | - [parse,缺点是服务器在国外,速度慢](https://parse.com/) 418 | - [leancloud,国内的,仿parse](https://leancloud.cn/) 419 | - [Bmob后端云](http://www.bmob.cn/) 420 | - [七牛云存储](http://www.qiniu.com/) 421 | - [apicloud](http://www.apicloud.com/) 422 | 423 | ### Android 应用内测平台 424 | - [蒲公英,内测应用](http://www.pgyer.com/) 425 | - [Fir.im,内测应用](http://fir.im/) 426 | 427 | ### Android社会化分享,短信验证,意见反馈,支付等相关 428 | 429 | - [友盟,社会化分析,意见反馈](http://www.umeng.com/) 430 | - [Sharesdk,社会化分析](http://mob.com/) 431 | - [Ping++,支付](https://pingxx.com) 432 | - [bmob支付,Bmob为广大开发人员提供的统一、正规的收费手段,让没有企业认证的个人开发者,也能通过支付宝和微信向用户收费](http://docs.bmob.cn/androidpay/index.html?menukey=fast_start&key=start_android_pay) 433 | - [容联云通讯](http://www.yuntongxun.com/ability/toPriceTariff) 434 | 435 | 436 | ### 安卓开发值得关注的库 437 | - [方法自动生成](https://projectlombok.org/) 438 | - [Android上的一个蛛网评分控件](https://github.com/xiaopansky/SpiderWebScoreView) 439 | - [ReLinker 安全加载so库的方式](https://github.com/KeepSafe/ReLinker) 440 | - [SugarTask](https://github.com/mthli/SugarTask) 441 | - [sync adapter](https://github.com/taoliuh/v2ex) 442 | - [Android Weak Handler防止内存泄露](https://github.com/badoo/android-weak-handler) 443 | - [Android Priority Job Queue 异步任务调度](https://github.com/path/android-priority-jobqueue) 444 | - [android-priority-jobqueue](https://github.com/yigit/android-priority-jobqueue) 445 | - [Android对话框](https://github.com/H07000223/FlycoDialog_Master) 446 | - [扩展的RecyclerView,拥有添加头、底等多种操作](https://github.com/tianzhijiexian/ExRecyclerView/) 447 | - [MaterialDesign相关库](https://github.com/lightSky/Awesome-MaterialDesign) 448 | - [右滑返回SwipeBackLayout](https://github.com/ikew0ng/SwipeBackLayout) 449 | - [百分比布局](https://github.com/JulienGenoud/android-percent-support-lib-sample) 450 | - [EventBus](https://github.com/greenrobot/EventBus) 451 | - [ObservableScrollView](https://github.com/ksoichiro/Android-ObservableScrollView/) 452 | - [工具库less code, more efficient for android](https://github.com/openproject/LessCode) 453 | - [通用适配器](https://github.com/JoanZapata/base-adapter-helper) 454 | - [android-log](https://github.com/SnowdreamFramework/android-log) 455 | - [NineOldAndroids](http://nineoldandroids.com/) 456 | - [BadgeView ](https://github.com/jgilfelt/android-viewbadger) 457 | - [CircleImageView](https://github.com/hdodenhof/CircleImageView) 458 | - [CustomShapeImageView](https://github.com/MostafaGazar/CustomShapeImageView) 459 | - [SweetAlert for Android, a beautiful and clever alert dialog](https://github.com/pedant/sweet-alert-dialog) 460 | - [android-pulltorefresh](https://github.com/johannilsson/android-pulltorefresh) 461 | - [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) 462 | - [ViewPagerIndicator](https://github.com/JakeWharton/ViewPagerIndicator) 463 | - [一个动画集合库](https://github.com/daimajia/AndroidViewAnimations) 464 | - [FontAwesome for Android](https://github.com/JoanZapata/android-iconify) 465 | - [RecyclerView made simple](https://github.com/lucasr/twoway-view) 466 | - [jsoup库(java)](http://jsoup.org/) 467 | - [android-wheel](https://github.com/maarek/android-wheel) 468 | - [xUtils](https://github.com/wyouflf/xUtils) 469 | - [android-common](https://github.com/Trinea/android-common) 470 | - [zxing](https://github.com/zxing/zxing) 471 | - [Android开发常用整理](https://github.com/wangjiegulu/AndroidBucket) 472 | - [左滑粒子删除效果](https://github.com/ZhaoKaiQiang/ParticleLayout) 473 | - [JSON Server:零编码快速“伪造” REST API](https://github.com/typicode/json-server) 474 | - [owncloud](https://github.com/owncloud/) 475 | - [Android_Data (Android 学习资料收集)](https://github.com/Freelander/Android_Data) 476 | 477 | 478 | ### 安卓资源相关 479 | - [安卓每个版本的Drawable图标](http://androiddrawables.com/) 480 | - [FontAwesome字体图标安卓字符串](https://github.com/liltof/font-awsome-for-android) 481 | - [色系](http://www.google.com/design/spec/style/color.html) 482 | - [颜色库](https://github.com/MatthewYork/Colours) 483 | - [IconFinder图标资源](https://www.iconfinder.com/) 484 | - [阿里巴巴矢量图](http://www.iconfont.cn/) 485 | - [icomoon](https://icomoon.io/app/#/select) 486 | - [AndroidAssetStudio](http://romannurik.github.io/AndroidAssetStudio/) 487 | - [Android Holo颜色生成器](http://android-holo-colors.com/) 488 | - [Android Action Bar Style Generator](http://jgilfelt.github.io/android-actionbarstylegenerator/) 489 | - [在线.9.png图片生成器](http://romannurik.github.io/AndroidAssetStudio/nine-patches.html) 490 | - [安卓button在线制作工具](http://angrytools.com/android/button/) 491 | - [Theme.xml属性](http://omapzoom.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/values/themes.xml;hb=master) 492 | - [移动APP云计算平台Parse](https://www.parse.com/) 493 | 494 | ### git 495 | - [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) 496 | - [用 Git Hooks 进行自动部署](http://segmentfault.com/a/1190000003836345?utm_source=Weibo&utm_medium=shareLink&utm_campaign=socialShare) 497 | - [Git工作流指南:Forking工作流](http://blog.jobbole.com/76861/) 498 | 499 | 500 | ### Android NoSql 501 | 502 | - [realm-java](https://github.com/realm/realm-java) 503 | - [couchbase-lite-android](https://github.com/couchbase/couchbase-lite-android) 504 | - [SimpleNoSQL](https://github.com/Jearil/SimpleNoSQL) 505 | - [SnappyDB](https://github.com/nhachicha/SnappyDB/) 506 | 507 | ### 设计网站,可以寻找一些酷炫的设计稿 508 | 509 | - [https://dribbble.com/](https://dribbble.com/) 510 | - [http://pttrns.com/](http://pttrns.com/) 511 | - [http://capptivate.co/](http://capptivate.co/) 512 | 513 | ### 国外个人博客 514 | - [Jakewharton](http://jakewharton.com/blog) 515 | - [Romain Guy](http://www.curious-creature.com/) 516 | - [Cyril Mottier](http://cyrilmottier.com/) 517 | - [Mark Allison](http://blog.stylingandroid.com/) 518 | - [Daniel Lew](http://blog.danlew.net/) 519 | - [Ravi Tamada](http://www.androidhive.info/) 520 | - [Chris Nash](http://loseyourmarbles.co/about-me/) 521 | - [juhani@fatrobot.io](http://www.androiduipatterns.com/) 522 | - [Wolfram Rittmeyer](http://www.grokkingandroid.com/) 523 | - [Rich Hyndman](http://geekyouup.blogspot.com/) 524 | 525 | 526 | ### 国外的一些优秀网站 527 | - [androidweekly.net](http://androidweekly.net/) 528 | - [Android Developers Blog](http://android-developers.blogspot.ca/) 529 | - [vogella](http://www.vogella.com/tutorials/android.html) 530 | - [tutorialspoint](http://www.tutorialspoint.com/android/) 531 | - [tutsplus](http://code.tutsplus.com/categories/android-sdk) 532 | - [oderzheaven](http://www.coderzheaven.com/android-tutorials/) 533 | - [thenewcircle](https://thenewcircle.com/training/android/) 534 | - [coreservlets](http://www.coreservlets.com/android-tutorial/) 535 | - [Droid-Blog](http://droid-blog.net/) 536 | - [coursera.org](https://www.coursera.org/) 537 | - [commonsware.com](http://commonsware.com/blog/archive.html) 538 | - [http://android.amberfog.com/](http://android.amberfog.com/) 539 | - [anddev](http://www.anddev.org/) 540 | 541 | 542 | ### Ibeacon与蓝牙4.0相关 543 | - [一个ibeacon交互库](https://github.com/AltBeacon/android-beacon-library) 544 | - [AprilBeacon-Android-sdk](https://github.com/AprilBrother/AprilBeacon-Android-SDK) 545 | - [Estimote SDK](https://github.com/Estimote/Android-SDK) 546 | - [蓝牙4.0相关](https://github.com/devunwired/accessory-samples) 547 | 548 | 549 | 550 | --------------------------------------------------------------------------------