Skip to content

Commit 0cca2c9

Browse files
committed
update 2016-02-07 11:35
1 parent 25fbcf7 commit 0cca2c9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,31 +464,38 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
464464
1. [Android Service完全解析,关于服务你所需知道的一切(上)](http://blog.csdn.net/guolin_blog/article/details/11952435)
465465
2. [ExecutorService 的理解与使用](http://blog.csdn.net/bairrfhoinn/article/details/16848785)
466466
3. [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

470471
1. [Android SharedPreferences使用以及原理详解](http://blog.csdn.net/wxyyxc1992/article/details/17222841)
471472
2. [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

475477
1. [Android应用性能优化之使用SparseArray替代HashMap](http://liuzhichao.com/p/832.html)
476478
2. [Android SparseArray](http://lmbj.net/blog/android-sparsearray/)
477479
3. [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

481484
1. [Android中SQLite应用详解](http://blog.csdn.net/liuhe688/article/details/6715983)
482485
2. [ANDROID开发之SQLite详解](http://www.cnblogs.com/Excellent/archive/2011/11/19/2254888.html)
483486
3. [使用嵌入式关系型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

491497
1. [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

507514
1. [两分钟彻底让你明白Android中onInterceptTouchEvent与onTouchEvent(图文)!](http://blog.csdn.net/android_tutor/article/details/7193090)
508515
2. [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

528536
1. [Android单元测试](http://www.cnblogs.com/tianzhijiexian/p/4296055.html)
529537
2. [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

Comments
 (0)