@@ -4,13 +4,15 @@ Free Learning Resources In Chinese
4
4
Intro
5
5
---
6
6
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的学习资源 。
8
8
9
9
###目录
10
10
* [ 在线教育] ( #在线教育 )
11
11
* [ 软件开发方法] ( #软件开发方法 )
12
12
* [ HTML / CSS] ( #html--css )
13
13
* [ 版本控制] ( #版本控制 )
14
+ * [ Android] ( #Android )
15
+ * [ 电子书籍] ( #Assets )
14
16
* [ Ruby] ( #ruby )
15
17
* [ JavaScript] ( #javascript )
16
18
* [ LaTeX] ( #latex )
40
42
* [ Git - 简易指南] ( http://rogerdudler.github.io/git-guide/index.zh.html )
41
43
* [ Git 参考手册] ( http://gitref.justjavac.com/ )
42
44
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
+
43
71
### Ruby
44
72
* [ Ruby 风格指南] ( https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md )
45
73
* [ Rails 风格指南] ( https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md )
0 commit comments