Skip to content

Commit 8eba893

Browse files
committed
Merge pull request Trinea#206 from demonyan/master
Update for RxAndroid module
2 parents 6da3514 + b68cc17 commit 8eba893

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

16091609
1. shipfaster
@@ -1649,6 +1649,11 @@ Custom View 神器。通过简单的注解帮助你大大减少 Custom View 中
16491649
A 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 详解](http://gank.io/post/560e15be2dca930e00da1083)
1656+
16521657
#### 六、Android 高版本向低版本兼容
16531658
1. Nine Old Androids
16541659
将 Android 3.0(Honeycomb)所有动画 API(ObjectAnimator ValueAnimator 等)兼容到 Android1.0

0 commit comments

Comments
 (0)