@@ -464,31 +464,38 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
4644641 . [ Android Service完全解析,关于服务你所需知道的一切(上)] ( http://blog.csdn.net/guolin_blog/article/details/11952435 )
4654652 . [ ExecutorService 的理解与使用] ( http://blog.csdn.net/bairrfhoinn/article/details/16848785 )
4664663 . [ Android基本功:IntentService的使用] ( http://blog.csdn.net/p106786860/article/details/17885115 )
467+ 4 . [ Android基础笔记(十一)- Service基础和注意事项以及Activity与Service的通信] ( http://blog.csdn.net/biezhihua/article/details/44281029 )
467468
468469### SharedPreference
469470
4704711 . [ Android SharedPreferences使用以及原理详解] ( http://blog.csdn.net/wxyyxc1992/article/details/17222841 )
4714722 . [ Google为何这样设计OnSharedPreferenceChangeListener] ( http://droidyue.com/blog/2014/11/29/why-onsharedpreferencechangelistener-was-not-called/ )
473+ 3 . [ SharedPreferences在多进程中的使用及注意事项] ( http://zmywly8866.github.io/2015/09/09/sharedpreferences-in-multiprocess.html )
472474
473475### SparseArray
474476
4754771 . [ Android应用性能优化之使用SparseArray替代HashMap] ( http://liuzhichao.com/p/832.html )
4764782 . [ Android SparseArray] ( http://lmbj.net/blog/android-sparsearray/ )
4774793 . [ Android性能优化之使用SparseArray代替HashMap] ( http://stormzhang.com/android/2013/08/01/android-use-sparsearray-for-performance-optimization/ )
480+ 4 . [ HashMap的实现与优化] ( http://www.jianshu.com/p/e54047b2b563 )
478481
479482### SQLite
480483
4814841 . [ Android中SQLite应用详解] ( http://blog.csdn.net/liuhe688/article/details/6715983 )
4824852 . [ ANDROID开发之SQLite详解] ( http://www.cnblogs.com/Excellent/archive/2011/11/19/2254888.html )
4834863 . [ 使用嵌入式关系型SQLite数据库存储数据] ( http://justsee.iteye.com/blog/932591 )
487+ 4 . [ Android将数据库保存到SD卡的实现] ( http://zmywly8866.github.io/2015/03/09/android-save-database-in-sdcard.html )
484488
485489### Support Library
486490
487- 1 . [ Android Support兼容包详解] ( https://getpocket.com/a/read/881902653 )
491+ 1 . [ Android Support兼容包详解] ( http://stormzhang.com/android/2015/03/29/android-support-library/ )
492+ 2 . [ Android各个Support Library介绍] ( http://zmywly8866.github.io/2015/10/09/android-support-library.html )
493+ 3 . [ Android Support Library 23.1的变化] ( http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1025/3622.html )
488494
489495### SwipeRefreshLayout
490496
4914971 . [ Android SwipeRefreshLayout] ( http://www.stormzhang.com/android/2014/03/29/android-swiperefreshlayout/ )
498+ 2 . [ 下拉刷新之 swipeRefreshLayout] ( http://blog.csdn.net/xinjianwuhen1991/article/details/49914343 )
492499
493500---
494501
@@ -506,6 +513,7 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
506513
5075141 . [ 两分钟彻底让你明白Android中onInterceptTouchEvent与onTouchEvent(图文)!] ( http://blog.csdn.net/android_tutor/article/details/7193090 )
5085152 . [ MotionEvent事件在onInterceptTouchEvent()、onTouchEvent()中的传递顺序] ( http://www.cnblogs.com/rocky_yi/archive/2011/01/21/1941522.html# )
516+ 3 . [ Android Deeper(00) - Touch事件分发响应机制] ( http://hukai.me/android-deeper-touch-event-dispatch-process/ )
509517
510518### Thread
511519
@@ -527,6 +535,7 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
527535
5285361 . [ Android单元测试] ( http://www.cnblogs.com/tianzhijiexian/p/4296055.html )
5295372 . [ Don’t Test Blindly: The Right Methods for Unit Testing Your Java Apps] ( http://zeroturnaround.com/rebellabs/dont-test-blindly-the-right-methods-for-unit-testing-your-java-apps/ )
538+ 3 . [ 在Android Studio中进行单元测试和UI测试] ( http://www.jianshu.com/p/03118c11c199 )
530539
531540---
532541
0 commit comments