@@ -23,6 +23,23 @@ ANDROID SDK 源码解析
2323
2424##已发布文章
2525
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
2643
2744###第一期
2845Class | 分析者 | 校对者 | 版本 | 发布时间
@@ -54,14 +71,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
5471 </tr>
5572 </thead >
5673 <tbody >
57- <tr>
58- <td>Toast源码解析</td>
59- <td>吴小龙同學</td>
60- </tr>
61- <tr>
62- <td>ScrollView源码解析</td>
63- <td>Skykai521</td>
64- </tr>
6574 <tr>
6675 <td>Seekbar源码解析</td>
6776 <td>JohnTsaiAndroid</td>
@@ -97,10 +106,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
97106 <tr>
98107 <td>Drawable源码解析</td>
99108 <td>wingjay</td>
100- </tr>
101- <tr>
102- <td>Handler源码解析</td>
103- <td>maoruibin</td>
104109 </tr>
105110 <tr>
106111 <td>AppBarLayout源码解析</td>
@@ -109,10 +114,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
109114 <tr>
110115 <td>ProgressBar源码解析</td>
111116 <td>carozhu</td>
112- </tr>
113- <tr>
114- <td>RadioGroup源码解析</td>
115- <td>Tikitoo</td>
116117 </tr>
117118 <tr>
118119 <td>GestureDetector源码分析</td>
@@ -129,10 +130,6 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
129130 <tr>
130131 <td>TextUtils/TimeUtils源码解析</td>
131132 <td>alafighting</td>
132- </tr>
133- <tr>
134- <td>NestedScrollView源码解析</td>
135- <td>xmuSistone</td>
136133 </tr>
137134 <tr>
138135 <td>WebView源码解析</td>
@@ -170,54 +167,26 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
170167 <td>TimePicker源码解析</td>
171168 <td>shixinzhang</td>
172169 </tr>
173- <tr>
174- <td>LayoutInflater/LayoutInflaterCompat源码解析</td>
175- <td>peerless2012</td>
176- </tr>
177170 <tr>
178171 <td>Log源码解析</td>
179172 <td>lypeer</td>
180- </tr>
181- <tr>
182- <td>SharedPreferences/Preference源码解析</td>
183- <td>beautifulSoup</td>
184173 </tr>
185174 <tr>
186175 <td>Button源码解析</td>
187176 <td>pc859107393</td>
188- </tr>
189- <tr>
190- <td>MediaPlayer源码解析</td>
191- <td>lber19535</td>
192177 </tr>
193178 <tr>
194179 <td>Animation源码解析</td>
195180 <td>binIoter</td>
196181 </tr>
197- <tr>
198- <td>NavigationView源码解析</td>
199- <td>hongyangAndroid</td>
200- </tr>
201182 <tr>
202183 <td>Notification源码解析</td>
203184 <td>Allyns</td>
204185 </tr>
205- <tr>
206- <td>TextInputLayout源码解析</td>
207- <td>wbersaty</td>
208- </tr>
209186 <tr>
210187 <td>ActivityTestCase源码解析</td>
211188 <td>gdky005</td>
212189 </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>
221190 <tr>
222191 <td>Parcelable源码解析</td>
223192 <td>neuyu</td>
@@ -237,19 +206,11 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
237206 <tr>
238207 <td>Intent源码解析</td>
239208 <td>imdreamrunner</td>
240- </tr>
241- <tr>
242- <td>Bundle源码解析</td>
243- <td>ASPOOK</td>
244209 </tr>
245210 <tr>
246211 <td>FragmentTabHost源码分析</td>
247212 <td>Tikitoo</td>
248213 </tr>
249- <tr>
250- <td>LocalBroadcastManager源码分析</td>
251- <td>czhzero</td>
252- </tr>
253214 <tr>
254215 <td>Canvas源码解析</td>
255216 <td>heavenxue</td>
0 commit comments