hnxluyi / PullToRefresh-Demo

Demos of PullToRefresh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PullToRefresh-Demo

English 中文

Using Modified PullToRefresh in your application

If 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.3'

#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.

Screenshot

##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.

Screenshot

##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.

Screenshot

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.

About

Demos of PullToRefresh


Languages

Language:Java 100.0%