File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1593,7 +1593,7 @@ http://www.trinea.cn/android/android-imagecache/
15931593(5)支持不同类型网络处理
15941594(6)可根据系统配置初始化缓存等
15951595
1596- b . HttpCache Http 缓存
1596+ 1 . HttpCache Http 缓存
15971597文档介绍:http://www.trinea.cn/android/android-http-cache
15981598特点是:(1) 根据 cache-control、expires 缓存 http 请求
15991599(2) 支持同步、异步 Http 请求
@@ -1603,7 +1603,7 @@ b. HttpCache Http 缓存
16031603(2) 公共 View(下拉及底部加载更多 ListView、底部加载更多 ScrollView、滑动一页 Gallery)
16041604(3) Android 常用工具类(网络、下载、Android 资源操作、shell、文件、Json、随机数、Collection 等等)
16051605
1606- c . DropDownListView 下拉刷新及滑动到底部加载更多 ListView
1606+ 1 . DropDownListView 下拉刷新及滑动到底部加载更多 ListView
16071607文档介绍:http://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/
16081608
160916091 . shipfaster
@@ -1649,6 +1649,11 @@ Custom View 神器。通过简单的注解帮助你大大减少 Custom View 中
16491649A library that analyzes an Android device's specifications and calculates which year the device would be considered "high end”.(facebook 开发的检测手机主流配置工具)
16501650项目地址:https://github.com/facebook/device-year-class
16511651
1652+ 1 . RxAndroid
1653+ 对RxJava在Android上的扩展,使得Android上也很容易实现reactive components,简化线程操作,从而写出很漂亮的代码。
1654+ 项目地址:https://github.com/ReactiveX/RxAndroid
1655+ 文档介绍:给Android 开发者的 RxJava 详解
1656+
16521657#### 六、Android 高版本向低版本兼容
165316581 . Nine Old Androids
16541659将 Android 3.0(Honeycomb)所有动画 API(ObjectAnimator ValueAnimator 等)兼容到 Android1.0
You can’t perform that action at this time.
0 commit comments