Skip to content

Commit

Permalink
Merge pull request #25 from shenghaiyang/patch-1
Browse files Browse the repository at this point in the history
Update 导读.md
  • Loading branch information
苏策 authored Mar 20, 2019
2 parents 4194f2c + 2ba56f9 commit 4c93de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/导读.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Make:AOSP是用Make来编译的,因此要了解常用的Make语法。
- Git:程序员必备技能。
- C++:AOSP一些性能敏感的模块底层都是由C++完成的,当然如果你如果不需要关注底层实现,也可以跳过这一段,可以更多的去关注框架层。
- 设计模式:AOSP里大量的框架都是用了谋者设计模式,比方说观察者模式、工厂模式、复合模式等,如果对设计模式不够了解的会看的云里雾里。
- 设计模式:AOSP里大量的框架都使用了设计模式,比方说观察者模式、工厂模式、复合模式等,如果对设计模式不够了解的会看的云里雾里。
- 熟练的Android App开发技能

## 二 工具篇
Expand Down

0 comments on commit 4c93de5

Please sign in to comment.