@@ -25,6 +25,17 @@ ANDROID SDK 源码解析
25
25
26
26
## 已发布文章
27
27
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
+
28
39
### 第二期
29
40
Class | 分析者 | 校对者 | 版本 | 发布时间
30
41
:------------- | :------------- | :------------- | :------------- | :-------------
@@ -89,10 +100,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
89
100
<tr>
90
101
<td>ViewPager源码解析</td>
91
102
<td>cpoopc</td>
92
- </tr>
93
- <tr>
94
- <td>SparseArray/SparseArrayCompat源码解析</td>
95
- <td>taoliuh</td>
96
103
</tr>
97
104
<tr>
98
105
<td>LongSparseArray源码解析</td>
@@ -222,10 +229,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
222
229
<td>Actionbar/AlertController源码解析</td>
223
230
<td>rickdynasty</td>
224
231
</tr>
225
- <tr>
226
- <td>StaticLayout源码解析</td>
227
- <td>laobie</td>
228
- </tr>
229
232
<tr>
230
233
<td>SnackBar源码解析</td>
231
234
<td>cnLGMing</td>
@@ -245,18 +248,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
245
248
<tr>
246
249
<td>TextureView源码解析</td>
247
250
<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 >
260
251
</tr>
261
252
<tr>
262
253
<td>DownloadManager源码解析</td>
@@ -269,10 +260,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
269
260
<tr>
270
261
<td>PopupMenu源码解析</td>
271
262
<td>jimmyguo</td>
272
- </tr >
273
- <tr >
274
- <td >Notification源码解析</td >
275
- <td >huanglongyu</td >
276
263
</tr>
277
264
<tr>
278
265
<td>AlarmManager源码解析</td>
@@ -358,10 +345,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
358
345
</tr>
359
346
</thead >
360
347
<tbody >
361
- <tr>
362
- <td>AtomicFile源码解析</td>
363
- <td>未认领</td>
364
- </tr>
365
348
<tr>
366
349
<td>CircularArray源码解析</td>
367
350
<td>未认领</td>
0 commit comments