Skip to content

Commit

Permalink
添加国内优秀学习资料
Browse files Browse the repository at this point in the history
  • Loading branch information
hehonghui committed Apr 14, 2015
1 parent b082bdf commit 1a50515
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ https://github.com/bboyfeiyu/android-tech-frontier/issues/1
## 版权信息
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />该项目下的所有作品由<a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/bboyfeiyu/android-tech-frontier" property="cc:attributionName" rel="cc:attributionURL">Android开发技术前线</a>团队翻译,采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。


## 国内优秀技术博客整理
[ 国内优秀学习资料整理 ](the-bad-guys-in-china/)

## 免费优秀的电子书
1. [软件架构模式 ( 翻译中 )](software-architecture-patterns)

Expand Down
Binary file modified androidweekly/.DS_Store
Binary file not shown.
52 changes: 52 additions & 0 deletions the-bad-guys-in-china/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 国内优秀Android学习资源

## 技术博客

### 应用开发

| 博主 | 博客 | 备注 |
|-------- |------------------|----------|
| 任玉刚 | [CSDN博客](http://blog.csdn.net/singwhatiwanna/) | 深入Android应用开发,深度与广度兼顾 |
| 郭霖 | [CSDN博客](http://blog.csdn.net/guolin_blog/) | 内容实用,行文流畅,高人气博主 |
| 夏安明 | [CSDN博客](http://blog.csdn.net/xiaanming/) |
| 张鸿洋 | [CSDN博客](http://blog.csdn.net/lmj623565791/) | 自定义View系列非常有价值,质量与产量都很高 |
| 爱哥 | [CSDN博客](http://blog.csdn.net/aigestudio/) | 自定义View系列非常有价值,内容详细逼格高 |
| 傲慢的上校 | [CSDN博客](http://blog.csdn.net/lilu_leo/) | 自定义View系列非常有价值,内容详细逼格高 |
| Trinea | [个人博客](http://www.trinea.cn/) | 性能优化,开源项目等 |
| 胡凯 | [个人博客](http://hukai.me/) | 性能优化等 |
| 谦虚的天下 | [博客园](http://www.cnblogs.com/qianxudetianxia/) | 性能优化等 |
| 兰亭风雨 | [CSDN博客](http://blog.csdn.net/ns_code) | Java源码分析等 |
| Mr.Simple | [CSDN博客](http://blog.csdn.net/bboyfeiyu) | 开源框架系列、OOP等 |


### 源码分析
| 博主 | 博客 | 备注 |
|-------- |------------------|----------|
| 罗升阳 | [CSDN博客](http://blog.csdn.net/luoshengyang/) | 源码分析 |
| 邓凡平 | [博客园](http://www.cnblogs.com/innost/) | 源码分析 |


## 开源达人
| 作者 | 备注 |
|-------- |----------|
| [square项目组](https://github.com/square) | OkHttp, Retrofit, Otto等很多优秀的开源项目,业界良心! |
| [facebook项目组](https://github.com/facebook) | fresco,react native等很多优秀的开源项目,业界良心之二! |
| [Jake Wharton](https://github.com/jakewharton) | NineOldAnimatoins, ButterKnife,ViewIndicator等优秀作品,Square员工 |
| [Trinea](https://github.com/trinea) | 优秀开源项目集锦,优秀开源库架构分析等 |
| [singwhatiwanna](https://github.com/singwhatiwanna) | DL (插件化),PinnedHeaderExpandableListView等 |
| [daimajia](https://github.com/daimajia) | 自定义View |
| [greenrobot](https://github.com/greenrobot) | EventBus, greenDAO |
| [wyouflf](https://github.com/wyouflf) | xUtils作者 |
| [litesuits](https://github.com/litesuits) | http,orm等库 |
| [Mr.Simple](https://github.com/bboyfeiyu) | AndroidEventBus,开发技术前线,Android源码设计模式分析等项目 |

## 优秀学习网站
| 地址 | 备注 |
|-------- |----------|
| [开发技术前线](devtf.cn) | 国内外各个开发领域优质技术文章的聚合网站 |
| [Android Dev Blog](http://android-developers.blogspot.com/) | Android官方博客 |
| [Android Weekly](androidweekly.net) | 国外优秀技术文章的收集网站,每周发布 |
| [Android开发技术周报](androidweekly.cn) | AndroidWeekly中国版 |
| [码农周刊](http://weekly.manong.io/) | 文章、咨询周报 |
| [好东西传送门](http://memect.com/) | 各领域技术文章的日报 |

0 comments on commit 1a50515

Please sign in to comment.