Skip to content

Commit cdaff26

Browse files
authored
Update README.md
1 parent 06a7dab commit cdaff26

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ http://blog.csdn.net/androidmsky/article/details/53009886
66
本文Github代码链接
77

88
https://github.com/AndroidMsky/RandomTextView
9+
2017年11-6号
910

10-
2016年11-30号,解决内存泄漏问题 (v1.3已经没有此问题)
11+
[2.v1.4更新内容](#2)
12+
13+
重复绘制优化
14+
15+
2016年11-30号
16+
17+
[2.v1.3更新内容](#2)
18+
19+
自动管理view生命周期,不会出现泄漏问题。
1120

1221
2017年6月13日,我们加入了对view状态的监听。Activity退出,view自动销毁。不用重写onestroy了
13-
```
14-
@Override
15-
protected void onDetachedFromWindow() {
16-
super.onDetachedFromWindow();
17-
destroy();
18-
}
19-
```
22+
2023
[2.v1.2更新内容](#2)
2124

2225
2016年11月11号,RandomTextView第一次更新为v1.1版本吧。

0 commit comments

Comments
 (0)