链接地址:
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 itemtouchhelper-extension 仿微信删除
  2. (64位)ubuntu 11.10编译android 2.3准备的工作
  3. Android(安卓)Input Event Dispatching
  4. android---------ndk中的各个版本的下载地址。
  5. Android(安卓)WebView总结
  6. Android(安卓)获取当前设备的IP地址
  7. Android(安卓)2.2.2到Android(安卓)4.2.2源码下载地址
  8. 转贴:Icon Design Guidelines, Android(安卓)2.0
  9. Android(安卓)Contacts的使用(二)

随机推荐

  1. Android(安卓)基于paho的mqtt service的
  2. Textview与Button设置圆角
  3. Android(安卓)实现带进度条的WebView的实
  4. 如何将图片压缩至固定大小以下
  5. Android(安卓)启动Activity而不显示界面
  6. android中跳转系统自带界面
  7. Android——刷新媒体库
  8. Android(安卓)N获取外置SD卡或挂载U盘路
  9. 有关android中多级联动问题的解决
  10. Android(安卓)setTag()/getTag()-