|
46 | 46 | 2. [Android中自定义布局中加载图片BitmapFactory.options详解](http://blog.csdn.net/appandroid/article/details/11213973)
|
47 | 47 | 3. [Android学习笔记进阶16之BitmapShader](http://blog.csdn.net/sjf0115/article/details/7267532)
|
48 | 48 | 4. [Android 优化Bitmap避免OutOfMemoryError](http://chjmars.iteye.com/blog/1157137)
|
| 49 | +5. [Android 异步加载图片,使用LruCache和SD卡或手机缓存,效果非常的流畅](http://blog.csdn.net/xiaanming/article/details/9825113) |
49 | 50 |
|
50 | 51 | ### Broadcast
|
51 | 52 |
|
|
87 | 88 | ### Context
|
88 | 89 |
|
89 | 90 | 1. [android学习—— context 和 getApplicationContext()](http://blog.csdn.net/janronehoo/article/details/7348566)
|
| 91 | +2. [Android中Context详解 ---- 你所不知道的Context](http://blog.csdn.net/qinjuning/article/details/7310620) |
90 | 92 |
|
91 | 93 | ## D
|
92 | 94 |
|
|
104 | 106 | ### EventBus
|
105 | 107 |
|
106 | 108 | 1. [EventBus使用详解(一)——初步使用EventBus](http://blog.csdn.net/harvic880925/article/details/40660137)
|
| 109 | +2. [快速Android开发系列通信篇之EventBus](http://www.cnblogs.com/angeldevil/p/3715934.html) |
107 | 110 |
|
108 | 111 | ## F
|
109 | 112 |
|
|
251 | 254 | ### Reference
|
252 | 255 |
|
253 | 256 | 1. [Java的引用StrongReference、 SoftReference、 WeakReference 、PhantomReference](http://blog.csdn.net/mxbhxx/article/details/9111711)
|
| 257 | +2. [Java 7之基础 - 强引用、弱引用、软引用、虚引用](http://blog.csdn.net/mazhimazh/article/details/19752475) |
254 | 258 |
|
255 | 259 | ### RecyclerView
|
256 | 260 |
|
|
387 | 391 | 6. [Android SDK: Creating Custom Views](http://code.tutsplus.com/tutorials/android-sdk-creating-custom-views--mobile-14548)
|
388 | 392 | 7. [Creating custom and compound Views in Android - Tutorial](http://www.vogella.com/tutorials/AndroidCustomViews/article.html)
|
389 | 393 | 8. [Tutorial: Enhancing Android UI with Custom Views](https://newcircle.com/s/post/1663/tutorial_enhancing_android_ui_with_custom_views_dave_smith_video)
|
| 394 | +9. [Android 自定义View (一)](http://blog.csdn.net/lmj623565791/article/details/24252901) |
390 | 395 |
|
391 | 396 | ### 其他
|
392 | 397 |
|
|
400 | 405 | 8. [MotionEvent事件在onInterceptTouchEvent()、onTouchEvent()中的传递顺序](http://www.cnblogs.com/rocky_yi/archive/2011/01/21/1941522.html#)
|
401 | 406 | 9. [Java String StringBuilder StringBuffer](http://www.stormzhang.com/java/2014/08/08/java-string-stringbuilder-stringbuffer/)
|
402 | 407 | 10. [tools:context=".MainActivity的作用](http://blog.csdn.net/caiwenfeng_for_23/article/details/8373569)
|
403 |
| -11. [MVC,MVP 和 MVVM 的图示](http://www.ruanyifeng.com/blog/2015/02/mvcmvp_mvvm.html) |
| 408 | +11. [MVC,MVP 和 MVVM 的图示](http://www.ruanyifeng.com/blog/2015/02/mvcmvp_mvvm.html) |
| 409 | +12. [关于APK瘦身值得分享的一些经验](http://www.jianshu.com/p/bd90dee57ad0) |
| 410 | +13. [Java开发中的23种设计模式详解](http://zz563143188.iteye.com/blog/1847029) |
| 411 | +14. [性能优化之数据库优化](http://www.trinea.cn/android/database-performance/) |
0 commit comments