@@ -26,7 +26,7 @@ ANDROID SDK 源码解析
26
26
27
27
###第一期
28
28
Class | 分析者 | 校对者 | 版本 | 发布时间
29
- :------------- | :------------- | :------------- | :------------- | :-------------
29
+ :------------- | :------------- | :------------- | :------------- | :-------------
30
30
[ Binder源码解析] ( https://github.com/xdtianyu/SourceAnalysis/blob/master/Binder%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md ) | [ xdtianyu] ( https://github.com/xdtianyu ) |[ xdtianyu] ( https://github.com/xdtianyu ) |android api 23| 2016/5/8
31
31
[ TextView源码解析] ( https://github.com/7heaven/AndroidSdkSourceAnalysis/blob/master/article/textview%E6%BA%90%E7%A2%BC%E8%A7%A3%E6%9E%90.md ) | [ 7heaven] ( https://github.com/7heaven ) |[ 7heaven] ( https://github.com/7heaven ) |android api 23| 2016/5/8
32
32
[ CoordinatorLayout源码解析] ( https://github.com/desmond1121/AndroidSdkSourceAnalysis/blob/master/article/CoordinatorLayout%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md ) | [ Desmond Yao] ( https://github.com/desmond1121 ) |[ 轻微] ( https://github.com/zzz40500 ) | support-v7-23.2.1| 2016/5/8
@@ -38,7 +38,7 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
38
38
[ CompoundButton源码解析] ( https://github.com/Tikitoo/AndroidSdkSourceAnalysis/blob/master/article/CompoundButton%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md ) | [ Tikitoo] ( https://github.com/Tikitoo ) |[ android-cjj] ( https://github.com/android-cjj/ ) | android api 23 | 2016/5/8
39
39
[ LinearLayout源码解析] ( https://github.com/razerdp/AndroidSourceAnalysis/blob/master/LinearLayout/android_widget_LinearLayout.md ) | [ razerdp] ( https://github.com/razerdp ) |[ android-cjj] ( https://github.com/android-cjj/ ) | support-v7-23.2.1 | 2016/5/8
40
40
[ SearchView源码解析] ( https://github.com/nukc/SearchViewAnalysis/blob/master/README.md ) | [ Nukc] ( https://github.com/nukc ) |[ android-cjj] ( https://github.com/android-cjj/ ) | support-v7-23.2.1 | 2016/5/7
41
- [ LruCache源码解析] ( https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis/blob/master/article/LruCache%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md ) | [ CaMnter] ( https://github.com/CaMnter ) | [ alafighting] ( https://github.com/alafighting ) |support-v4-23.2.1 | 2016/4/24
41
+ [ LruCache源码解析] ( https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis/blob/master/article/LruCache%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md ) | [ CaMnter] ( https://github.com/CaMnter ) | [ alafighting] ( https://github.com/alafighting ) |support-v4-23.2.1 | 2016/4/24
42
42
[ ViewDragHelper源码解析] ( https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis/blob/master/article/ViewDragHelper%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md ) | [ 达庆凯] ( https://github.com/Skykai521 ) | [ android-cjj] ( https://github.com/android-cjj/ ) |support-v4-21.0 | 2016/4/21
43
43
[ BottomSheets源码解析] ( https://github.com/android-cjj/SourceAnalysis ) | [ android-cjj] ( https://github.com/android-cjj/ ) | [ 轻微] ( https://github.com/zzz40500 ) |design-23.2.0 | 2016/4/20
44
44
@@ -392,11 +392,51 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
392
392
</tr>
393
393
</thead >
394
394
<tbody >
395
- <tr >
396
- <td >ActionMenuView源码解析</td >
397
- <td >未认领</td >
398
- </tr >
399
- </tbody >
395
+ <tr>
396
+ <td>ActionMenuView源码解析</td>
397
+ <td>未认领</td>
398
+ </tr>
399
+ <tr>
400
+ <td>ActionBarDrawerToggle源码解析</td>
401
+ <td>未认领</td>
402
+ </tr>
403
+ <tr>
404
+ <td>AlertController源码解析</td>
405
+ <td>未认领</td>
406
+ </tr>
407
+ <tr>
408
+ <td>ButtonBarLayout源码解析</td>
409
+ <td>未认领</td>
410
+ </tr>
411
+ <tr>
412
+ <td>DrawerArrowDrawable源码解析</td>
413
+ <td>未认领</td>
414
+ </tr>
415
+ <tr>
416
+ <td>ListMenuItemView源码解析</td>
417
+ <td>未认领</td>
418
+ </tr>
419
+ <tr>
420
+ <td>PopupMenu源码解析</td>
421
+ <td>未认领</td>
422
+ </tr>
423
+ <tr>
424
+ <td>ActionMenuView源码解析</td>
425
+ <td>未认领</td>
426
+ </tr>
427
+ <tr>
428
+ <td>ToolbarActionBar源码解析</td>
429
+ <td>未认领</td>
430
+ </tr>
431
+ <tr>
432
+ <td>ViewStubCompat源码解析</td>
433
+ <td>未认领</td>
434
+ </tr>
435
+ <tr>
436
+ <td>WindowDecorActionBar源码解析</td>
437
+ <td>未认领</td>
438
+ </tr>
439
+ </tbody>
400
440
</table >
401
441
402
442
** design**
0 commit comments