androidliwei / XRefreshView

一个万能的android下拉上拉刷新的框架,完美支持recyclerview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XRefreshView

###Usage

Gradle

dependencies {
   compile 'com.huxq17.xrefreshview:xrefreshview:3.4.0'
   //依赖下面的库
   compile 'com.android.support:recyclerview-v7:23.0.1'
   compile 'com.android.support:support-v4:23.0.1'
}

##最新的使用说明请移步我的博客 ##效果图 ###松开加载更多的Recyclerview 松开加载更多的Recyclerview ###带Banner的Recyclerview 带Banner的Recyclerview ###LinearLayout样式的Recyclerview LinearLayout样式的Recyclerview ###GridLayout样式的Recyclerview GridLayout样式的Recyclerview ###Staggered样式的Recyclerview Staggered样式的Recyclerview ###GridView 自带的头部 ###自定义View 自定义头部

还有listview,scrollview,webview等其他的view就不一一截图了。

更新日志:

2016-8-8:
1.添加下拉刷新,数据接收失败的ui处理
2.解决下拉刷新,在刷新状态下把headerview完全隐藏掉,在刷新结束以后下拉和上拉都不可用的问题

关于我

QQ:1491359569
QQ群:537610843 (加群备注:XRefreshView)
邮箱:huxq17@163.com

License

Copyright (C) 2015 huxq17

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

一个万能的android下拉上拉刷新的框架,完美支持recyclerview


Languages

Language:Java 100.0%