Skip to content

Commit 48b9822

Browse files
authored
第三期发布
1 parent 71bd6a6 commit 48b9822

File tree

1 file changed

+11
-28
lines changed

1 file changed

+11
-28
lines changed

README.md

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ ANDROID SDK 源码解析
2525

2626
## 已发布文章
2727

28+
### 第三期
29+
Class | 分析者 | 校对者 | 版本 | 发布时间
30+
:------------- | :------------- | :------------- | :------------- | :-------------
31+
[ViewGroup 源码解析](https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis/blob/master/article/ViewGroup%20%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md) | [7heaven](https://github.com/7heaven) | [Nukc](https://github.com/nukc) | branch nougat-mr2-release | 2017/4/17
32+
[StaticLayout 源码解析](http://jaeger.itscoder.com/android/2016/08/05/staticlayout-source-analyse.html) | [laobie](https://github.com/laobie) | [7heaven](https://github.com/7heaven) | android api 23 | 2017/4/17
33+
[AtomicFile 源码解析](https://github.com/GcsSloop/AndroidNote/blob/master/SourceAnalysis/AtomicFile.md) | [GcsSloop](https://github.com/GcsSloop) | [Nukc](https://github.com/nukc) | android api 25 | 2017/4/17
34+
[Spannable 源码解析](https://github.com/lber19535/SourceAnalysis/blob/master/Spannable%20%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md) | [lber19535](https://github.com/lber19535) | [Nukc](https://github.com/nukc) | android api 24 | 2017/4/17
35+
[Notification 源码解析](http://www.jianshu.com/p/0cb97db7090c) | [huanglongyu](https://github.com/huanglongyu) | [Nukc](https://github.com/nukc) | android api 21 (cm) | 2017/4/17
36+
[SparseArray 源码解析](http://sonaive.com/2016/05/04/sparse-array-analysis/) | [taoliuh](https://github.com/taoliuh) | [Nukc](https://github.com/nukc) | android api 23 | 2017/4/17
37+
[ViewStub 源码解析](https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis/blob/master/article/ViewStub%20%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md) | [Nukc](https://github.com/nukc) | [7heaven](https://github.com/7heaven) | android api 25 | 2017/4/17
38+
2839
### 第二期
2940
Class | 分析者 | 校对者 | 版本 | 发布时间
3041
:------------- | :------------- | :------------- | :------------- | :-------------
@@ -89,10 +100,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
89100
<tr>
90101
<td>ViewPager源码解析</td>
91102
<td>cpoopc</td>
92-
</tr>
93-
<tr>
94-
<td>SparseArray/SparseArrayCompat源码解析</td>
95-
<td>taoliuh</td>
96103
</tr>
97104
<tr>
98105
<td>LongSparseArray源码解析</td>
@@ -222,10 +229,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
222229
<td>Actionbar/AlertController源码解析</td>
223230
<td>rickdynasty</td>
224231
</tr>
225-
<tr>
226-
<td>StaticLayout源码解析</td>
227-
<td>laobie</td>
228-
</tr>
229232
<tr>
230233
<td>SnackBar源码解析</td>
231234
<td>cnLGMing</td>
@@ -245,18 +248,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
245248
<tr>
246249
<td>TextureView源码解析</td>
247250
<td>BeEagle</td>
248-
</tr>
249-
<tr>
250-
    <td>ViewGroup源码解析</td>
251-
<td>7heaven</td>
252-
</tr>
253-
<tr>
254-
<td>ViewStub源码解析</td>
255-
<td>Nukc</td>
256-
</tr>
257-
<tr>
258-
<td>Spannable源码解析</td>
259-
<td>lber19535</td>
260251
</tr>
261252
<tr>
262253
<td>DownloadManager源码解析</td>
@@ -269,10 +260,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
269260
<tr>
270261
<td>PopupMenu源码解析</td>
271262
<td>jimmyguo</td>
272-
</tr>
273-
<tr>
274-
    <td>Notification源码解析</td>
275-
<td>huanglongyu</td>
276263
</tr>
277264
<tr>
278265
<td>AlarmManager源码解析</td>
@@ -358,10 +345,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
358345
</tr>
359346
</thead>
360347
<tbody>
361-
<tr>
362-
<td>AtomicFile源码解析</td>
363-
<td>未认领</td>
364-
</tr>
365348
<tr>
366349
<td>CircularArray源码解析</td>
367350
<td>未认领</td>

0 commit comments

Comments
 (0)