forked from hehonghui/android-tech-frontier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | 各领域技术文章的日报 | | ||
|