NumberProgressBar Library

A more beautiful progressbar in Android

License

License

MIT
GroupId

GroupId

com.daimajia.numberprogressbar
ArtifactId

ArtifactId

library
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

aar
Description

Description

NumberProgressBar Library
A more beautiful progressbar in Android
Project URL

Project URL

https://github.com/daimajia/NumberProgressBar
Source Code Management

Source Code Management

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

Download library

How to add to project

<!-- https://jarcasting.com/artifacts/com.daimajia.numberprogressbar/library/ -->
<dependency>
    <groupId>com.daimajia.numberprogressbar</groupId>
    <artifactId>library</artifactId>
    <version>1.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.daimajia.numberprogressbar/library/
implementation 'com.daimajia.numberprogressbar:library:1.4'
// https://jarcasting.com/artifacts/com.daimajia.numberprogressbar/library/
implementation ("com.daimajia.numberprogressbar:library:1.4")
'com.daimajia.numberprogressbar:library:aar:1.4'
<dependency org="com.daimajia.numberprogressbar" name="library" rev="1.4">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.daimajia.numberprogressbar', module='library', version='1.4')
)
libraryDependencies += "com.daimajia.numberprogressbar" % "library" % "1.4"
[com.daimajia.numberprogressbar/library "1.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.4
1.3
1.2
1.1
1.0