Pull To Refresh Views for Android Renewal
! v3.2
This project is a fork of Chris Banes' Android-PullToRefresh project. The project provides flexibility in customization in addition to adding brand new features listed below.
-
New! AAR package support
-
Google-like pull to refresh animation support (in Android 3.x or 4.x)
NOTE: This style is now supported in Android Support Library. I recommend you to use the support library instead of this library, unless you are already using and want to change the style from old style to it.
-
Easy layout customization - no need to include the library's source code directly into your project.
-
Easily Customizable loading layouts, labels, and icons.
-
Ability to customize and add multiple indicator layouts.
-
Configurable friction and smooth scroll duration.
-
This fork project is not being deprecated. Please send issues or pull requests to me, and I will provide you with feedbacks.
-
Are you are using Pull To Refresh v2.1.x? You'd better MIGRATE to v3.2 now!
Introduction
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.