Skip to content

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

Notifications You must be signed in to change notification settings

TommyLemon/XRefreshView

 
 

Repository files navigation

XRefreshView

###Usage

Gradle

dependencies {
   //稳定版(预计不再维护这个版本)
   compile 'com.huxq17.xrefreshview:xrefreshview:2.3.0'
   //3.0版本,Recyclerview上拉加载更多的效果更好,测试没有问题,但是没有投入项目中使用,如果使用过程中有任何问题可以提issue,或者联系我(提问题时麻烦带上版本号)
   //3.0的源码代码在dev分支
   compile 'com.huxq17.xrefreshview:xrefreshview:3.0.0'
   //依赖下面的库
   compile 'com.android.support:recyclerview-v7:23.0.1'
   compile 'com.android.support:support-v4:23.0.1'
}

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

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

关于我

QQ:1491359569 邮箱: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%