|
23 | 23 |
|
24 | 24 | 1. [Android开发者:你真的会用AsyncTask吗?](http://code.oneapm.com/android/2015/06/02/android1/)
|
25 | 25 |
|
| 26 | +### AQuery |
| 27 | + |
| 28 | +1. [AQuery Image Loading](http://programmerguru.com/android-tutorial/aquery-image-loading/) |
| 29 | + |
26 | 30 | ## B
|
27 | 31 |
|
| 32 | +### Bitmap |
| 33 | + |
| 34 | +1. [图片处理](http://beartung.github.io/rockwithandroid/image.html) |
| 35 | +2. [Android中自定义布局中加载图片BitmapFactory.options详解](http://blog.csdn.net/appandroid/article/details/11213973) |
| 36 | +3. [Android学习笔记进阶16之BitmapShader](http://blog.csdn.net/sjf0115/article/details/7267532) |
| 37 | +4. [Android 优化Bitmap避免OutOfMemoryError](http://chjmars.iteye.com/blog/1157137) |
| 38 | + |
| 39 | + |
28 | 40 | ## C
|
29 | 41 |
|
30 | 42 | ### Configuration Change - 横竖屏切换
|
|
40 | 52 |
|
41 | 53 | 1. [How to Define Callbacks in Android?](http://stackoverflow.com/questions/3398363/how-to-define-callbacks-in-android)
|
42 | 54 | 2. [一个经典例子让你彻彻底底理解java回调机制](http://blog.csdn.net/xiaanming/article/details/8703708)
|
| 55 | +3. [Java设计模式-回调函数和观察者模式](http://blog.csdn.net/cauchyweierstrass/article/details/44593807) |
43 | 56 |
|
44 | 57 | ### CardView
|
45 | 58 |
|
|
125 | 138 | 2. [ Android高手进阶教程(十七)之---Android中Intent传递对象的两种方法(Serializable,Parcelable)!](http://blog.csdn.net/android_tutor/article/details/5740845)
|
126 | 139 | 3. [Intent filter 关于Action、Category属性详解---附带实例源码](http://blog.csdn.net/andie_guo/article/details/9271973)
|
127 | 140 |
|
| 141 | +### ImageView |
| 142 | + |
| 143 | +1. [[Android] ImageView.ScaleType设置图解](http://blog.csdn.net/larryl2003/article/details/6919513) |
| 144 | + |
128 | 145 | ## J
|
129 | 146 |
|
130 | 147 | ### Json
|
131 | 148 |
|
132 | 149 | 1. [Android系列---JSON数据解析](http://www.cnblogs.com/xiaoluo501395377/p/3446605.html)
|
133 | 150 | 2. [android json解析及简单例子](http://blog.csdn.net/lilu_leo/article/details/7000077)
|
| 151 | +3. [Android开源库--Gson谷歌官方json解析库](http://www.cnblogs.com/leestar54/p/4212318.html) |
134 | 152 |
|
135 | 153 |
|
136 | 154 | ## k
|
|
234 | 252 |
|
235 | 253 | 1. [Android SwipeRefreshLayout](http://www.stormzhang.com/android/2014/03/29/android-swiperefreshlayout/)
|
236 | 254 |
|
| 255 | +### SparseArray |
| 256 | + |
| 257 | +1. [Android应用性能优化之使用SparseArray替代HashMap](http://liuzhichao.com/p/832.html) |
| 258 | +2. [Android SparseArray](http://lmbj.net/blog/android-sparsearray/) |
| 259 | +3. [Android性能优化之使用SparseArray代替HashMap](http://stormzhang.com/android/2013/08/01/android-use-sparsearray-for-performance-optimization/) |
| 260 | + |
| 261 | +### SharedPreference |
| 262 | + |
| 263 | +1. [Google为何这样设计OnSharedPreferenceChangeListener](http://droidyue.com/blog/2014/11/29/why-onsharedpreferencechangelistener-was-not-called/) |
| 264 | + |
| 265 | +### 事件分发 |
| 266 | + |
| 267 | +1. [两分钟彻底让你明白Android中onInterceptTouchEvent与onTouchEvent(图文)!](http://blog.csdn.net/android_tutor/article/details/7193090) |
| 268 | +2. [MotionEvent事件在onInterceptTouchEvent()、onTouchEvent()中的传递顺序](http://www.cnblogs.com/rocky_yi/archive/2011/01/21/1941522.html#) |
237 | 269 |
|
238 | 270 |
|
239 | 271 | ## T
|
|
263 | 295 | 1. [Android Volley完全解析(一),初识Volley的基本用法](http://blog.csdn.net/guolin_blog/article/details/17482095)
|
264 | 296 | 2. [Android库Volley的使用介绍](https://bxbxbai.github.io/2014/09/14/android-working-with-volley/)
|
265 | 297 |
|
| 298 | +### View |
| 299 | + |
| 300 | +1. []() |
| 301 | +2. []() |
| 302 | +3. []() |
| 303 | +4. []() |
| 304 | +5. []() |
| 305 | +6. []() |
| 306 | + |
266 | 307 |
|
267 | 308 | ## W
|
268 | 309 |
|
|
0 commit comments