Skip to content

Commit d760ad7

Browse files
authored
Update README.md
1 parent 1d3ba91 commit d760ad7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Android多线程之IntentService ( http://www.jianshu.com/p/643de16c9eef
1414

1515
**2017/07/30**
16-
Android中Callable、Future、FutureTask的概念以及几种线程池的使用 http://www.jianshu.com/p/fcefeea80171
16+
Android中Callable、Future、FutureTask的概念以及几种线程池的使用( http://www.jianshu.com/p/fcefeea80171
1717

1818
**2017/07/14**
1919
LruCache、DiskLruCache实现图片缓存,瀑布流 ( http://www.jianshu.com/p/e6631d2319a6
@@ -39,6 +39,16 @@
3939
**2017/01/20**
4040
添加自定义View(饼形图)、自定义ViewGroup(五环图)
4141

42+
 # Android多线程之HandlerThread、IntentService:
43+
![image]( https://github.com/crazyqiang/AndroidStudy/blob/master/pic/HandlerThread.gif)
44+
![image]( https://github.com/crazyqiang/AndroidStudy/blob/master/pic/IntentService.gif)
45+
46+
# Android中几种线程池的使用:
47+
![image]( https://github.com/crazyqiang/AndroidStudy/blob/master/pic/CachedThreadPool.gif)
48+
![image]( https://github.com/crazyqiang/AndroidStudy/blob/master/pic/FixedThreadPool.gif)
49+
![image]( https://github.com/crazyqiang/AndroidStudy/blob/master/pic/SingleThreadExecutor.gif)
50+
![image]( https://github.com/crazyqiang/AndroidStudy/blob/master/pic/Schedule.gif)
51+
4252
# LruCache、DiskLruCache实现图片缓存,瀑布流:
4353
![image]( https://github.com/crazyqiang/AndroidStudy/blob/master/pic/ImgCache.gif)
4454

0 commit comments

Comments
 (0)