@@ -12,23 +12,23 @@ Android学习笔记
1212===
1313
1414- 源码解析
15- - [ 自定义View详解] ( )
16- - [ Activity界面绘制过程详解] ( )
17- - [ Activity启动过程] ( )
18- - [ Android Touch事件分发详解] ( )
19- - [ AsyncTask详解] ( )
20- - [ butterknife源码详解] ( )
21- - [ InstantRun详解] ( )
22- - [ ListView源码分析] ( )
23- - [ VideoView源码分析] ( )
24- - [ View绘制过程详解] ( )
25- - [ 网络部分] ( )
26- - [ HttpURLConnection详解] ( )
27- - [ HttpURLConnection与HttpClient] ( )
28- - [ volley-retrofit-okhttp之我们该如何选择网路框架] ( )
29- - [ Volley源码分析] ( )
30- - [ Retrofit详解(上)] ( )
31- - [ Retrofit详解(下)] ( )
15+ - [ 自定义View详解] [ 1 ]
16+ - [ Activity界面绘制过程详解] [ 2 ]
17+ - [ Activity启动过程] [ 3 ]
18+ - [ Android Touch事件分发详解] [ 4 ]
19+ - [ AsyncTask详解] [ 5 ]
20+ - [ butterknife源码详解] [ 6 ]
21+ - [ InstantRun详解] [ 7 ]
22+ - [ ListView源码分析] [ 8 ]
23+ - [ VideoView源码分析] [ 9 ]
24+ - [ View绘制过程详解] [ 10 ]
25+ - [ 网络部分] [ 11 ]
26+ - [ HttpURLConnection详解] [ 12 ]
27+ - [ HttpURLConnection与HttpClient] [ 13 ]
28+ - [ volley-retrofit-okhttp之我们该如何选择网路框架] [ 14 ]
29+ - [ Volley源码分析] [ 15 ]
30+ - [ Retrofit详解(上)] [ 16 ]
31+ - [ Retrofit详解(下)] [ 17 ]
3232
3333- 音视频开发
3434 - [ 搭建nginx+rtmp服务器] ( )
@@ -203,6 +203,120 @@ Android学习笔记
203203 - [ XmlPullParser] ( )
204204
205205
206+ [ 1] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/%E8%87%AA%E5%AE%9A%E4%B9%89View%E8%AF%A6%E8%A7%A3.md "自定义View详解"
207+ [ 2] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Activity%E7%95%8C%E9%9D%A2%E7%BB%98%E5%88%B6%E8%BF%87%E7%A8%8B%E8%AF%A6%E8%A7%A3.md "Activity界面绘制过程详解"
208+ [ 3 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Activity%E5%90%AF%E5%8A%A8%E8%BF%87%E7%A8%8B.md " Activity启动过程 "
209+ [ 4 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Android%20Touch%E4%BA%8B%E4%BB%B6%E5%88%86%E5%8F%91%E8%AF%A6%E8%A7%A3.md " Android Touch事件分发详解 "
210+ [ 5 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/AsyncTask%E8%AF%A6%E8%A7%A3.md " AsyncTask详解 "
211+ [ 6 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/butterknife%E6%BA%90%E7%A0%81%E8%AF%A6%E8%A7%A3.md " butterknife源码详解 "
212+ [ 7 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/InstantRun%E8%AF%A6%E8%A7%A3.md " InstantRun详解 "
213+ [ 8 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/ListView源码分析.md " ListView源码分析 "
214+ [ 9 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/VideoView%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md " VideoView源码分析 "
215+ [ 10 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/View%E7%BB%98%E5%88%B6%E8%BF%87%E7%A8%8B%E8%AF%A6%E8%A7%A3.md " View绘制过程详解 "
216+ [ 11 ] : https://github.com/CharonChui/AndroidNote/tree/master/SourceAnalysis/Netowork " 网络部分 "
217+ [ 12 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Netowork/HttpURLConnection%E8%AF%A6%E8%A7%A3.md " HttpURLConnection详解 "
218+ [ 13 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Netowork/HttpURLConnection%E4%B8%8EHttpClient.md " HttpURLConnection与HttpClient "
219+ [ 14 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Netowork/volley-retrofit-okhttp%E4%B9%8B%E6%88%91%E4%BB%AC%E8%AF%A5%E5%A6%82%E4%BD%95%E9%80%89%E6%8B%A9%E7%BD%91%E8%B7%AF%E6%A1%86%E6%9E%B6.md " volley-retrofit-okhttp之我们该如何选择网路框架 "
220+ [ 15 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Netowork/Volley%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md " Volley源码分析 "
221+ [ 16 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Netowork/Retrofit%E8%AF%A6%E8%A7%A3(%E4%B8%8A).md " Retrofit详解(上) "
222+ [ 17 ] : https://github.com/CharonChui/AndroidNote/blob/master/SourceAnalysis/Netowork/Retrofit%E8%AF%A6%E8%A7%A3(%E4%B8%8B).md " Retrofit详解(下) "
223+ [ 5 ] : x " "
224+ [ 5 ] : x " "
225+ [ 5 ] : x " "
226+ [ 5 ] : x " "
227+ [ 5 ] : x " "
228+ [ 5 ] : x " "
229+ [ 5 ] : x " "
230+ [ 5 ] : x " "
231+ [ 5 ] : x " "
232+ [ 5 ] : x " "
233+ [ 5 ] : x " "
234+ [ 5 ] : x " "
235+ [ 5 ] : x " "
236+ [ 5 ] : x " "
237+ [ 5 ] : x " "
238+ [ 5 ] : x " "
239+ [ 5 ] : x " "
240+ [ 5 ] : x " "
241+ [ 5 ] : x " "
242+ [ 5 ] : x " "
243+ [ 5 ] : x " "
244+ [ 5 ] : x " "
245+ [ 5 ] : x " "
246+ [ 5 ] : x " "
247+ [ 5 ] : x " "
248+ [ 5 ] : x " "
249+ [ 5 ] : x " "
250+ [ 5 ] : x " "
251+ [ 5 ] : x " "
252+ [ 5 ] : x " "
253+ [ 5 ] : x " "
254+ [ 5 ] : x " "
255+ [ 5 ] : x " "
256+ [ 5 ] : x " "
257+ [ 5 ] : x " "
258+ [ 5 ] : x " "
259+ [ 5 ] : x " "
260+ [ 5 ] : x " "
261+ [ 5 ] : x " "
262+ [ 5 ] : x " "
263+ [ 5 ] : x " "
264+ [ 5 ] : x " "
265+ [ 5 ] : x " "
266+ [ 5 ] : x " "
267+ [ 5 ] : x " "
268+ [ 5 ] : x " "
269+ [ 5 ] : x " "
270+ [ 5 ] : x " "
271+ [ 5 ] : x " "
272+ [ 5 ] : x " "
273+ [ 5 ] : x " "
274+ [ 5 ] : x " "
275+ [ 5 ] : x " "
276+ [ 5 ] : x " "
277+ [ 5 ] : x " "
278+ [ 5 ] : x " "
279+ [ 5 ] : x " "
280+ [ 5 ] : x " "
281+ [ 5 ] : x " "
282+ [ 5 ] : x " "
283+ [ 5 ] : x " "
284+ [ 5 ] : x " "
285+ [ 5 ] : x " "
286+ [ 5 ] : x " "
287+ [ 5 ] : x " "
288+ [ 5 ] : x " "
289+ [ 5 ] : x " "
290+ [ 5 ] : x " "
291+ [ 5 ] : x " "
292+ [ 5 ] : x " "
293+ [ 5 ] : x " "
294+ [ 5 ] : x " "
295+ [ 5 ] : x " "
296+ [ 5 ] : x " "
297+ [ 5 ] : x " "
298+ [ 5 ] : x " "
299+ [ 5 ] : x " "
300+ [ 5 ] : x " "
301+ [ 5 ] : x " "
302+ [ 5 ] : x " "
303+ [ 5 ] : x " "
304+ [ 5 ] : x " "
305+ [ 5 ] : x " "
306+ [ 5 ] : x " "
307+ [ 5 ] : x " "
308+ [ 5 ] : x " "
309+ [ 5 ] : x " "
310+ [ 5 ] : x " "
311+ [ 5 ] : x " "
312+ [ 5 ] : x " "
313+ [ 5 ] : x " "
314+ [ 5 ] : x " "
315+ [ 5 ] : x " "
316+ [ 5 ] : x " "
317+ [ 5 ] : x " "
318+
319+
206320Developed By
207321===
208322
0 commit comments