Skip to content

Commit c2da642

Browse files
committed
update
1 parent 97e10bc commit c2da642

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bridge/shen0834/readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Android设计模式源码解析之${模式名}
1+
Android设计模式源码解析之桥接模式
22
====================================
3-
> 本文为 [Android 设计模式源码解析](https://github.com/simple-android-framework-exchange/android_design_patterns_analysis)${模式名} 分析
4-
> Android系统版本: ${系统版本号,例如 4.2.1}
5-
> 分析者:[${分析者}](${分析者 Github 地址}),分析状态:未完成,校对者:[Mr.Simple](https://github.com/bboyfeiyu),校对状态:未开始
3+
> 本文为 [Android 设计模式源码解析](https://github.com/simple-android-framework-exchange/android_design_patterns_analysis)桥接模式 分析
4+
> Android系统版本: 4.2
5+
> 分析者:[shen0834](https://github.com/shen0834),分析状态:未完成,校对者:[Mr.Simple](https://github.com/bboyfeiyu),校对状态:完成
66
77
## 模式介绍
88

@@ -29,7 +29,7 @@ Android设计模式源码解析之${模式名}
2929

3030
## 模式的简单实现
3131

32-
### 简单实现的介绍
32+
### 介绍
3333

3434
其实Java的虚拟机就是一个很好的例子,在不同平台平台上,用不同的虚拟机进行实现,这样只需把Java程序编译成符合虚拟机规范的文件,且只用编译一次,便在不同平台上都能工作。 但是这样说比较抽象,用一个简单的例子来实现bridge模式。
3535

0 commit comments

Comments
 (0)