Skip to content

Commit a260d6c

Browse files
committed
Modify title
1 parent 919a518 commit a260d6c

File tree

28 files changed

+40
-40
lines changed

28 files changed

+40
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Android 优秀开源项目实现原理解析
1+
Android 开源项目源码解析
22
====================================
33

44
这是一个协作项目,最终多数开源库原理解析会在这里分享出来。

android-lockpattern/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
android-lockpattern 实现原理解析
1+
android-lockpattern 源码解析
22
====================================
3-
> 本文为 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 中 android-lockpattern 部分
3+
> 本文为 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 中 android-lockpattern 部分
44
> 项目地址:[android-lockpattern](https://code.google.com/p/android-lockpattern/),分析的版本:[40293d2250c2](https://code.google.com/p/android-lockpattern/source/detail?r=40293d2250c2b273223ba25e4aeb3d290a0fdfad),Demo 地址:等待添加
55
> 分析者:[爱早起](https://github.com/liang7),校对者:[Trinea](https://github.com/Trinea),校对状态:未完成
66

butterknife-cheyiliu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ButterKnife 源码解析
22
----------------
3-
> 本文为 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 中 ButterKnife 部分
3+
> 本文为 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 中 ButterKnife 部分
44
> 项目地址:[Butter Knife](https://github.com/JakeWharton/butterknife),分析的版本:,Demo 地址:
55
> 分析者:[cheyiliu](https://github.com/cheyiliu),校对者:,完成状态:未完成
66

circular-floating-action-menu/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
CircularFloatingActionMenu 实现原理解析
1+
CircularFloatingActionMenu 源码解析
22
====================================
3-
> 本文为 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 中 circular-foating-action-menu 部分
3+
> 本文为 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 中 circular-foating-action-menu 部分
44
> 项目地址:[CircularFloatingActionMenu](https://github.com/oguzbilgener/CircularFloatingActionMenu),分析的版本:[8efb1aa](https://github.com/oguzbilgener/CircularFloatingActionMenu/commit/8efb1aab2b361ed9019fa4af6e5d43e77777bcb6),Demo 地址:[CFAMenu-demo](https://github.com/android-cn/android-open-project-demo/tree/master/circular-floating-actionmenu-demo)
55
> 分析者:[cpacm](https://github.com/cpacm),校对者:[dkmeteor](https://github.com/dkmeteor)[Trinea](https://github.com/trinea),校对状态:进行中
66

common/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
${项目名} 实现原理解析
1+
${项目名} 源码解析
22
====================================
3-
> 本文为 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 中 ${项目名} 部分
3+
> 本文为 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 中 ${项目名} 部分
44
> 项目地址:[${项目名}](${项目原地址}),分析的版本:[${commitId}.substring(0, 7)](${项目原地址}/commit/${commitId} "Commit id is ${commitId}"),Demo 地址:[${项目名} Demo](https://github.com/android-cn/android-open-project-demo/tree/master/${项目 Demo 地址})
55
> 分析者:[${分析者}](${分析者 Github 地址}),校对者:[${校对者}](${校对者 Github 地址}),校对状态:未完成
66

common/tool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
工具
22
====================================
3-
> 本文介绍 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 可能用到的工具
3+
> 本文介绍 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 可能用到的工具
44
> 有其他工具欢迎补充和推荐
55
66
###1. Markdown

dagger/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Dagger 实现原理解析
1+
Dagger 源码解析
22
====================================
3-
> 本文为 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 中 Dagger 部分
3+
> 本文为 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 中 Dagger 部分
44
> 项目地址:[Dagger](https://github.com/square/dagger),分析的版本:[2f9579c](https://github.com/square/dagger/commit/2f9579c48e887ffa316f329c12c2fa2abbec27b1 "Commit id is 2f9579c48e887ffa316f329c12c2fa2abbec27b1"),Demo 地址:[Dagger Demo](https://github.com/android-cn/android-open-project-demo/tree/master/dagger-demo)
55
> 分析者:[扔物线](https://github.com/rengwuxian),校对者:[Trinea](https://github.com/trinea),校对状态:完成
66

event-bus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EventBus 源码解析
22
----------------
3-
> 本文为 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 中 EventBus 部分
3+
> 本文为 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 中 EventBus 部分
44
> 项目地址:[EventBus](https://github.com/greenrobot/EventBus),分析的版本:[ccc2771](https://github.com/greenrobot/EventBus/commit/ccc2771199f958a34bd4ea6c90d0a8c671c2e70a "Commit id is ccc2771199f958a34bd4ea6c90d0a8c671c2e70a"),Demo 地址:[EventBus Demo](https://github.com/android-cn/android-open-project-demo/tree/master/event-bus-demo)
55
> 分析者:[Trinea](https://github.com/trinea),校对者:[扔物线](https://github.com/rengwuxian),校对状态:完成
66

fancycoverflow-zmywly8866/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FancyCoverFlow 源码解析
22
----------------
3-
> 本文为 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 中 FancyCoverFlow 部分
3+
> 本文为 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 中 FancyCoverFlow 部分
44
> 项目地址:[FancyCoverFlow](https://github.com/davidschreiber/FancyCoverFlow),分析的版本:,Demo 地址:
55
> 分析者:[zmywly8866](https://github.com/zmywly8866),校对者:,完成状态:未完成
66

green-dao-maogy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
greenDAO 源码解析
22
----------------
3-
> 本文为 [Android 开源项目实现原理解析](https://github.com/android-cn/android-open-project-analysis) 中 greenDAO 部分
3+
> 本文为 [Android 开源项目源码解析](https://github.com/android-cn/android-open-project-analysis) 中 greenDAO 部分
44
> 项目地址:[greenDAO](https://github.com/greenrobot/greenDAO),分析的版本:,Demo 地址:
55
> 分析者:[maogy](https://github.com/maogy),校对者:,完成状态:未完成
66

0 commit comments

Comments
 (0)