链接地址:
https://github.com/chrisbanes/Android-PullToRefresh

Pull To Refresh Views for Android

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.



更多相关文章

  1. 史上版本最全android源码下载地址
  2. android---------ndk中的各个版本的下载地址。
  3. Android 获取当前设备的IP地址
  4. Android Studio 1.5.1最新版下载地址
  5. ubuntu android 调用 动态链接库
  6. Android之根据经纬度查询位置地址名称
  7. android sdk 安装时无法连接到地址
  8. Android Studio 2.0 Preview发布,附下载地址,支持即时运行和GPU P

随机推荐

  1. 如何导入android中的sample例子
  2. Android用Webview播放视频问题
  3. android WebView loadData不能解析(找不到
  4. Binder 与AIDL
  5. android自动化工具--robotium实践1
  6. android ndk 环境搭建及基本编程思路
  7. Android - 向服务器发送数据(POST) - HTT
  8. 据说年薪30万的Android程序员必须知道事
  9. ScrollView can host only one direct ch
  10. Android JNI(实现自己的JNI_OnLoad函数)