Skip to content

Commit 2c4966d

Browse files
committed
Sync English Version-ImageCache
1 parent 4e123ae commit 2c4966d

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

English Version/README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -677,32 +677,21 @@ Document: http://square.github.io/dagger/
677677

678678
#### Second. Image Cache
679679
1. Android-Universal-Image-Loader
680-
Image Cache,目前使用最广泛的Image Cache,支持主流Image Cache的绝大多数特性。
680+
Powerful and flexible library for loading, caching and displaying images on Android.
681681
Project Address: https://github.com/nostra13/Android-Universal-Image-Loader
682682
Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/universal-imageloader-demo.apk?raw=true
683683
Document: http://www.intexsoft.com/blog/item/74-universal-image-loader-part-3.html
684684

685685
1. picasso
686-
square开源的Image Cache
686+
A powerful image downloading and caching library for Android
687687
Project Address: https://github.com/square/picasso
688688
Document: http://square.github.io/picasso/
689-
特点:(1)可以自动检测adapter的重用并取消之前的下载
690-
(2)图片变换
691-
(3)可以加载本地资源
692-
(4)可以设置占位资源
693-
(5)支持debug模式
694689

695690
1. ImageCache
696-
Image Cache,包含内存和Sdcard缓存
691+
Image Cache, support multi caching algorithms
697692
Project Address: https://github.com/Trinea/AndroidCommon
698693
Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo
699-
Document: http://www.trinea.cn/android/android-imagecache/
700-
特点:(1)支持预取新图片,支持等待队列
701-
(2)包含二级缓存,可自定义文件名保存规则
702-
(3)可选择多种缓存算法(FIFO, LIFO, LRU, MRU, LFU, MFU等13种)或自定义缓存算法
703-
(4)可方便的保存及初始化恢复数据
704-
(5)支持不同类型网络处理
705-
(6)可根据系统配置初始化缓存等
694+
Document: http://www.trinea.cn/android/android-imagecache/
706695
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
707696

708697
#### Third. Network

0 commit comments

Comments
 (0)