PullToRefresh-Demo
-
This project is some demos of Modified PullToRefresh.
-
PullToRefresh is forked from chrisbanes/Android-PullToRefresh.
-
PullToRefresh extends support RecyclerView, and can be easily customized to refresh loading styles.
Modified PullToRefresh in your application
UsingIf you are building with Gradle, simply add the following line to the dependencies
section of your build.gradle
file:
compile 'com.kevin:pulltorefresh:1.0.7'
#Modules
##JingDong This module a demo of PullToRefresh use in JingDong. Although the use in the moudle is PullToRefreshListView, you can use any other PullToRefresh Widget.
##MeiTuan This module a demo of PullToRefresh use in MeiTuan. Although the use in the moudle is PullToRefreshScrollView, you can use any other PullToRefresh Widget.
##AutoHome This module a demo of PullToRefresh use in AutoHome, and it used Android-LoopView, you can use it to easily achieve the rotation picture. Although the use in the moudle is PullToRefreshRecyclerView, you can use any other PullToRefresh Widget.
#Tmall This module a demo of PullToRefresh use in Tmall,and it used WrapRecyclerView, it allows you to easily add headers and footers for RecyclerView. Although the use in the moudle is PullToRefreshRecyclerView, you can use any other PullToRefresh Widget.
License
Copyright 2015, Kevin.zhou
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.