@@ -23,6 +23,23 @@ ANDROID SDK 源码解析
23
23
24
24
##已发布文章
25
25
26
+ ### 第二期
27
+ Class | 分析者 | 校对者 | 版本 | 发布时间
28
+ :------------- | :------------- | :------------- | :------------- | :-------------
29
+ [ MediaPlayer源码解析] ( https://github.com/lber19535/SourceAnalysis/blob/master/Media%20Player%20%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md ) | [ lber19535] ( https://github.com/lber19535 ) | [ android-cjj] ( https://github.com/android-cjj ) | android api 22 | 2016/7/25
30
+ [ NavigationView源码解析] ( https://github.com/hongyangAndroid/AndroidSdkSourceAnalysis/blob/master/article/NavigationView%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md ) | [ hongyangAndroid] ( https://github.com/hongyangAndroid ) | [ android-cjj] ( https://github.com/android-cjj ) | support-v7-23.1.0 | 2016/7/25
31
+ [ Service源码解析] ( https://github.com/asLody/SourceAnalysis/blob/master/Service%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md ) | [ asLody] ( https://github.com/asLody ) | [ liaohuqiu] ( https://github.com/liaohuqiu ) | android api 23 | 2016/7/25
32
+ [ SharePreferences源码解析] ( http://blog.csdn.net/yanbober/article/details/47866369 ) | [ yanbober] ( https://github.com/yanbober ) | [ android-cjj] ( https://github.com/android-cjj ) | android api 22 | 2016/7/25
33
+ [ ScrollView源码分析] ( https://github.com/Skykai521/AndroidSdkSourceAnalysis/blob/master/article/ScrollView%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md ) | [ Skykai521] ( https://github.com/Skykai521 ) | [ android-cjj] ( https://github.com/android-cjj ) | android api 23 | 2016/7/25
34
+ [ Handler源码解析] ( https://github.com/maoruibin/HandlerAnalysis ) | [ maoruibin] ( https://github.com/maoruibin ) | [ android-cjj] ( https://github.com/android-cjj ) | android api 23 | 2016/7/25
35
+ [ NestedScrollView源码解析] ( https://github.com/xmuSistone/android-source-analysis/blob/master/NestedScrollView.md ) | [ xmuSistone] ( https://github.com/xmuSistone ) | [ android-cjj] ( https://github.com/android-cjj ) | support-v4-23.1.0 | 2016/7/25
36
+ [ SQLiteOpenHelper/...源码解析] ( https://github.com/YZHIWEN/AndroidSdkSourceAnalysis/blob/master/SQLite_Android.md ) | [ YZHIWEN] ( https://github.com/YZHIWEN ) | [ CaMnter] ( https://github.com/CaMnter ) | android api 23 | 2016/7/25
37
+ [ Bundle源码解析] ( https://github.com/ASPOOK/BundleAnalysis ) | [ ASPOOK] ( https://github.com/ASPOOK ) | [ CaMnter] ( https://github.com/CaMnter ) | android api 23 | 2016/7/25
38
+ [ LocalBroadcastManager源码解析] ( https://github.com/czhzero/AndroidSdkSourceAnalysis/blob/master/article/LocalBroadcastManager%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md ) | [ czhzero] ( https://github.com/czhzero ) | [ CaMnter] ( https://github.com/CaMnter ) | support-v4-23.4.0 | 2016/7/25
39
+ [ Toast源码解析] ( https://github.com/WuXiaolong/AndroidSdkSourceAnalysis/blob/master/article/Toast%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md ) | [ Wuxiaolong] ( https://github.com/WuXiaolong ) | [ Nukc] ( https://github.com/nukc ) | android api 23 | 2016/7/25
40
+ [ TextInputLayout源码解析] ( https://github.com/wbersaty/TextInputLayout-24 ) | [ wbersaty] ( https://github.com/wbersaty ) | [ android-cjj] ( https://github.com/android-cjj ) | design-24.0.0-alpha2 | 2016/7/25
41
+ [ LayoutInflater...源码解析] ( https://github.com/peerless2012/SourceAnalysis/blob/master/Android/FrameWork/LayoutInflater%26LayoutInflaterCompat%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md ) | [ peerless2012] ( https://github.com/peerless2012 ) | [ android-cjj] ( https://github.com/android-cjj ) | android api 23 | 2016/7/25
42
+ [ NestedScrolling事件机制源码解析] ( http://www.jianshu.com/p/6547ec3202bd ) | [ android-cjj] ( https://github.com/android-cjj ) | [ android-cjj] ( https://github.com/android-cjj/ ) | design-24.0.0 | 2016/7/25
26
43
27
44
###第一期
28
45
Class | 分析者 | 校对者 | 版本 | 发布时间
@@ -54,14 +71,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
54
71
</tr>
55
72
</thead >
56
73
<tbody >
57
- <tr>
58
- <td>Toast源码解析</td>
59
- <td>吴小龙同學</td>
60
- </tr>
61
- <tr>
62
- <td>ScrollView源码解析</td>
63
- <td>Skykai521</td>
64
- </tr>
65
74
<tr>
66
75
<td>Seekbar源码解析</td>
67
76
<td>JohnTsaiAndroid</td>
@@ -97,10 +106,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
97
106
<tr>
98
107
<td>Drawable源码解析</td>
99
108
<td>wingjay</td>
100
- </tr>
101
- <tr>
102
- <td>Handler源码解析</td>
103
- <td>maoruibin</td>
104
109
</tr>
105
110
<tr>
106
111
<td>AppBarLayout源码解析</td>
@@ -109,10 +114,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
109
114
<tr>
110
115
<td>ProgressBar源码解析</td>
111
116
<td>carozhu</td>
112
- </tr>
113
- <tr>
114
- <td>RadioGroup源码解析</td>
115
- <td>Tikitoo</td>
116
117
</tr>
117
118
<tr>
118
119
<td>GestureDetector源码分析</td>
@@ -129,10 +130,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
129
130
<tr>
130
131
<td>TextUtils/TimeUtils源码解析</td>
131
132
<td>alafighting</td>
132
- </tr>
133
- <tr>
134
- <td>NestedScrollView源码解析</td>
135
- <td>xmuSistone</td>
136
133
</tr>
137
134
<tr>
138
135
<td>WebView源码解析</td>
@@ -170,54 +167,26 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
170
167
<td>TimePicker源码解析</td>
171
168
<td>shixinzhang</td>
172
169
</tr>
173
- <tr>
174
- <td>LayoutInflater/LayoutInflaterCompat源码解析</td>
175
- <td>peerless2012</td>
176
- </tr>
177
170
<tr>
178
171
<td>Log源码解析</td>
179
172
<td>lypeer</td>
180
- </tr>
181
- <tr>
182
- <td>SharedPreferences/Preference源码解析</td>
183
- <td>beautifulSoup</td>
184
173
</tr>
185
174
<tr>
186
175
<td>Button源码解析</td>
187
176
<td>pc859107393</td>
188
- </tr>
189
- <tr>
190
- <td>MediaPlayer源码解析</td>
191
- <td>lber19535</td>
192
177
</tr>
193
178
<tr>
194
179
<td>Animation源码解析</td>
195
180
<td>binIoter</td>
196
181
</tr>
197
- <tr>
198
- <td>NavigationView源码解析</td>
199
- <td>hongyangAndroid</td>
200
- </tr>
201
182
<tr>
202
183
<td>Notification源码解析</td>
203
184
<td>Allyns</td>
204
185
</tr>
205
- <tr>
206
- <td>TextInputLayout源码解析</td>
207
- <td>wbersaty</td>
208
- </tr>
209
186
<tr>
210
187
<td>ActivityTestCase源码解析</td>
211
188
<td>gdky005</td>
212
189
</tr>
213
- <tr>
214
- <td>SQLiteOpenHelper/SQLiteDatabase/Cursor源码解析</td>
215
- <td>YZHIWEN</td>
216
- </tr>
217
- <tr>
218
- <td>Service源码解析</td>
219
- <td>asLody</td>
220
- </tr>
221
190
<tr>
222
191
<td>Parcelable源码解析</td>
223
192
<td>neuyu</td>
@@ -237,19 +206,11 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
237
206
<tr>
238
207
<td>Intent源码解析</td>
239
208
<td>imdreamrunner</td>
240
- </tr>
241
- <tr>
242
- <td>Bundle源码解析</td>
243
- <td>ASPOOK</td>
244
209
</tr>
245
210
<tr>
246
211
<td>FragmentTabHost源码分析</td>
247
212
<td>Tikitoo</td>
248
213
</tr>
249
- <tr>
250
- <td>LocalBroadcastManager源码分析</td>
251
- <td>czhzero</td>
252
- </tr>
253
214
<tr>
254
215
<td>Canvas源码解析</td>
255
216
<td>heavenxue</td>
0 commit comments