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