File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11![ Trinea] ( http://farm8.staticflickr.com/7426/9456847893_053161c7a4_o.png ) Android公共库
22-------------
3- ** 主要包括** : <strong >缓存</strong >(图片缓存、预取缓存)、<strong >公共View</strong >(下拉及底部加载更多ListView、底部加载更多ScrollView、滑动一页Gallery)及<strong >Android常用工具类</strong >(网络、下载、shell、文件、Json、Collection等等)。
4- ** 示例APK** : [ TrineaAndroidDemo.apk] ( https://github.com/Trinea/TrineaDownload/blob/master/TrineaAndroidDemo.apk?raw=true ) ,示例源码: [ TrineaAndroidDemo] ( https://github.com/Trinea/AndroidDemo ) 。
5- <strong >使  ;  ;  ;  ;  ;  ;  ;  ; 用</strong >: 拉取代码导入IDE,右击你的工程->properties->Android,在library中选择TrineaAndroidCommon即可 。
6- ** Api Guide** : [ TrineaAndroidCommon API Guide] ( http://trinea.github.io/doc/trinea_android_common/index.html ) 。
7- ** 个人博客** : [ www.trinea.cn ] ( http://www.trinea.cn/ ) 关注于[ Android] ( http://www.trinea.cn/category/android/ ) 、[ Java] ( http://www.trinea.cn/category/java/ ) 、[ 性能优化] ( http://www.trinea.cn/category/perf/ ) 、[ 开源代码] ( http://www.trinea.cn/category/open-code/ ) 。
3+ ** 主要包括** : <strong >缓存</strong >(图片缓存、预取缓存)、<strong >公共View</strong >(下拉及底部加载更多ListView、底部加载更多ScrollView、滑动一页Gallery)及<strong >Android常用工具类</strong >(网络、下载、shell、文件、Json、Collection等等)。
4+ ** 示例APK** : [ TrineaAndroidDemo.apk] ( https://github.com/Trinea/TrineaDownload/blob/master/TrineaAndroidDemo.apk?raw=true ) ,示例源码: [ TrineaAndroidDemo] ( https://github.com/Trinea/AndroidDemo ) 。
5+ <strong >使  ;  ;  ;  ;  ;  ;  ;  ; 用</strong >: 拉取代码导入IDE,右击你的工程->properties->Android,在library中选择TrineaAndroidCommon 。
6+ ** Api Guide** : [ TrineaAndroidCommon API Guide] ( http://trinea.github.io/doc/trinea_android_common/index.html ) 。
7+ ** 个人博客** : [ www.trinea.cn ] ( http://www.trinea.cn/ ) 关注于[ Android] ( http://www.trinea.cn/category/android/ ) 、[ Java] ( http://www.trinea.cn/category/java/ ) 、[ 性能优化] ( http://www.trinea.cn/category/perf/ ) 、[ 开源代码] ( http://www.trinea.cn/category/open-code/ ) 。
88####一. 缓存类
99主要特性:(1).使用简单 (2).轻松获取及预取取新图片 (3).包含二级缓存 (4).可选择多种缓存算法(FIFO、LIFO、LRU、MRU、LFU、MFU等13种)或自定义缓存算法 (5).可方便的保存及初始化恢复数据 (6).省流量性能佳(有且仅有一个线程获取图片) (7).支持不同类型网络处理(8).可根据系统配置初始化缓存 (9).扩展性强 (10).支持等待队列 (11)包含map的大多数接口。
1010#####1 . 图片缓存
You can’t perform that action at this time.
0 commit comments