File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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 )
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
You can’t perform that action at this time.
0 commit comments