Skip to content

Commit c6b8152

Browse files
committed
Merge pull request #1 from dreamlivemeng/master
新增一个比较火的网络框架OkHttpFinal
2 parents a95d7ff + 027ce33 commit c6b8152

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refre
4646
下拉刷新,第一个项目已经停止维护了,并且使用起来相对复杂,定制性也差。这个是替代和改良方案。这个继承于 ViewGroup 可以包含任何 View。功能甚至比 SwipeRefreshLayout 强大。使用起来非常简单。良好的设计,如果你想定制自己的 UI 样式,非常简单,就像给 ListView 加一个 Header View 那么简单。支持 `API LEVEL >= 8`
4747
项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
4848
原理剖析文档:[android-Ultra-Pull-to-Refresh](http://a.codekk.com/detail/Android/Grumoon/android-Ultra-Pull-To-Refresh 源码解析)
49-
Demo 地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true
49+
Demo 地址:https://raw.githubusercontent.com/liaohuqiu/android-Ultra-Pull-To-Refresh/master/ptr-demo.apk
5050
效果图:![Renderings](http://srain-github.qiniudn.com/ultra-ptr/contains-all-of-views.gif)
5151
http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif
5252
http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif
@@ -1695,6 +1695,11 @@ Demo 地址:https://github.com/stephanenicolas/RoboDemo/downloads
16951695
TwistVolley 是对 Volley 的一个封装库。提供类似 Picasso 一样的串联式 API。使得使用 Volley 更加方便。
16961696
项目地址:https://github.com/TwistedEquations/TwistVolley
16971697

1698+
1. OkHttpFinal
1699+
一个对OkHttp封装的简单易用型HTTP请求和文件下载管理框架
1700+
项目地址:https://github.com/pengjianbo/OkHttpFinal
1701+
Demo 地址:https://github.com/pengjianbo/OkHttpFinal
1702+
16981703
#### 四、数据库 orm 工具包
16991704
orm 的 db 工具类,简化建表、查询、更新、插入、事务、索引的操作
17001705

0 commit comments

Comments
 (0)