Skip to content

xgrommx/Android-PullToRefresh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull To Refresh Views for Android

Screenshot

This project aims to provide a reusable Pull to Refresh widget for Android. It was originally based on Johan Nilsson's library (mainly for graphics, strings and animations), but these have been replaced since.

Features

  • Supports both Pulling Down from the top, and Pulling Up from the bottom (or even both).
  • Animated Scrolling for all devices (Tested on 1.6+)
  • Works for all AbsListView derived classes. ListView, ExpandableListView & GridView have been implemented.
  • Also Works with WebView!
  • Integrated End of List Listener for use of detecting when the user has scrolled to the bottom.
  • Maven Support (thanks to Stefano Dacchille)
  • Indicators to show the user when a Pull-to-Refresh is available
  • Lots of Customisation options!

Repository at https://github.com/chrisbanes/Android-PullToRefresh.

Usage

To begin using the libary, please see the Quick Start Guide page.

Customisation

Please see the Customisation page for more information on how to change the behaviour and look of the View.

Pull Up to Refresh

By default this library is set to Pull Down to Refresh, but if you want to allow Pulling Up to Refresh then you can do so. You can even set the View to enable both Pulling Up and Pulling Down using the 'both' setting. See the Customisation page for more information on how to set this.

Pull Requests

I will gladly accept pull requests for fixes and feature enhancements but please do them in the dev branch. The master branch is for the latest stable code, dev is where I try things out before releasing them as stable. Any pull requests that are against master from now on will be closed asking for you to do another pull against dev.

Changelog

Please see the new Changelog page to see what's recently changed.

Acknowledgments

License

Copyright 2011, 2012 Chris Banes

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

Implementation of the Pull-to-Refresh UI Pattern for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published