Skip to content

Commit e8834d3

Browse files
committed
Add Android resources
1 parent 3d1bdd6 commit e8834d3

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ Free Learning Resources In Chinese
44
Intro
55
---
66

7-
整理一些免费的中文编程学习资源,后续会陆续增加一些关于Android的。此项目基于[free-programming-books](https://github.com/vhf/free-programming-books)
7+
整理一些免费的中文编程学习资源,此项目基于[free-programming-books](https://github.com/vhf/free-programming-books),但增加了Android和Java的学习资源
88

99
###目录
1010
* [在线教育](#在线教育)
1111
* [软件开发方法](#软件开发方法)
1212
* [HTML / CSS](#html--css)
1313
* [版本控制](#版本控制)
14+
* [Android](#Android)
15+
* [电子书籍](#Assets)
1416
* [Ruby](#ruby)
1517
* [JavaScript](#javascript)
1618
* [LaTeX](#latex)
@@ -40,6 +42,32 @@ Intro
4042
* [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)
4143
* [Git 参考手册](http://gitref.justjavac.com/)
4244

45+
### Android
46+
##### 英文
47+
* [Google Android Developer Training](http://developer.android.com/training/index.html)Google Android开发实践
48+
* [Android Development Starter Tutorials](http://www.vogella.com/tutorials/android.html)比较不错的Android开发新手教程
49+
* [Android Developers Blog](http://android-developers.blogspot.jp/)Android官网博客,须翻墙
50+
* [Android Design Principles](http://developer.android.com/design/get-started/principles.html)官网Android设计原则
51+
52+
##### 中文(适合新手,涵盖Android基础和Java基础知识)
53+
* [Android学习指南](http://android.yaohuiji.com/about)
54+
* [老罗Android开发 视频教程](http://luo.apkbus.com/)
55+
* [Mars Android开发 视频教程](http://mars.apkbus.com/)
56+
57+
##### 网站及开源
58+
* [Android Views](http://www.androidviews.net/)专注Android UI
59+
* [23code](http://www.23code.com/)国内的一家专注Android开源代码分享的网站,同时有相应的App
60+
* [android-open-project](https://github.com/Trinea/android-open-project)汇集了多达150个最火的Android开源项目,尽情的享受开源带来的乐趣吧!
61+
62+
### Assets
63+
Assets文件夹内收集了几本经典pdf电子书,适合放在手机里反复阅读, 均为中文版
64+
65+
* [Thinking In Java]()不必多说,Java经典中的经典
66+
* [Effective Java]()java进阶必读书籍,读过之后绝对会上升一个层次
67+
* [Android Design-4.0]()作为一名Android开发者必须了解Android的设计原则
68+
* [Original_Git_Community_Book]()学习Git的经典之作
69+
* [Getting Real]()37Singnals推出的敏捷开发书籍
70+
4371
### Ruby
4472
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
4573
* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md)

0 commit comments

Comments
 (0)