ActionBar-PullToRefresh Extras: ActionBarSherlock

A modern implementation of the pull-to-refresh for Android

Лицензия

Лицензия

Группа

Группа

com.github.chrisbanes.actionbarpulltorefresh
Идентификатор

Идентификатор

extra-abs
Последняя версия

Последняя версия

0.9.9
Дата

Дата

Тип

Тип

aar
Описание

Описание

ActionBar-PullToRefresh Extras: ActionBarSherlock
A modern implementation of the pull-to-refresh for Android
Ссылка на сайт

Ссылка на сайт

https://github.com/chrisbanes/ActionBar-PullToRefresh
Система контроля версий

Система контроля версий

https://github.com/chrisbanes/ActionBar-PullToRefresh

Скачать extra-abs

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abs/ -->
<dependency>
    <groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
    <artifactId>extra-abs</artifactId>
    <version>0.9.9</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abs/
implementation 'com.github.chrisbanes.actionbarpulltorefresh:extra-abs:0.9.9'
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abs/
implementation ("com.github.chrisbanes.actionbarpulltorefresh:extra-abs:0.9.9")
'com.github.chrisbanes.actionbarpulltorefresh:extra-abs:aar:0.9.9'
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="extra-abs" rev="0.9.9">
  <artifact name="extra-abs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='extra-abs', version='0.9.9')
)
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "extra-abs" % "0.9.9"
[com.github.chrisbanes.actionbarpulltorefresh/extra-abs "0.9.9"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.android.support » support-v4 jar [18.0,)
com.actionbarsherlock : actionbarsherlock aar [4.4,)
com.github.chrisbanes.actionbarpulltorefresh : library jar 0.9.9

Модули Проекта

Данный проект не имеет модулей.

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED


ActionBar-PullToRefresh

ActionBar-PullToRefresh

ActionBar-PullToRefresh provides an easy way to add a modern version of the pull-to-refresh interaction to your application.

Please note that this is not an update to Android-PullToRefresh, this has been created from new. You should think of this as Android-PullToRefresh's younger, leaner cousin.

This is a Preview

Please note that this is currently in a preview state. This basically means that the API is not fixed and you should expect changes between releases.


Sample Apps

There are two sample applications, the stock sample which uses the standard library and is therefore has a minSdkVersion of 14. There is also a sample which uses the ActionBarSherlock extra so has a minSdkVersion of 7.

Stock Sample

Get it on Google Play

ActionBarSherlock Sample

Get it on Google Play

Video

Sample Video


Supported Views

ActionBar-PullToRefresh has in-built support for:

  • AbsListView derivatives (ListView & GridView).
  • ScrollView
  • WebView

If the View you want to use is not listed above, you can easily add support in your own code by providing a ViewDelegate. See the ViewDelegate section below for more info.


Usage and Integration

See the Quick Start guides for more information on how to achieve a simple integration:

Then we are some advanced integration information:

  • ListFragment when integrating the library with a ListFragment.

Customisation

See the Customisation page for more information.

License

Copyright 2013 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.

Bitdeli Badge

Версии библиотеки

Версия
0.9.9
0.9.3
0.9.2
0.9.1
0.9
0.8
0.7.3
0.7.2
0.7.1
0.7
0.6
0.5
0.4
0.3.1
0.3