Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/f2prateek/progressbutton

A custom progress indicator with a tiny footprint.
https://github.com/f2prateek/progressbutton

Last synced: 3 months ago
JSON representation

A custom progress indicator with a tiny footprint.

Lists

README

        

ProgressButton
==============

ProgressButton is a custom progress indicator with a tiny footprint.
The default implementation provides a pin progress button as seen on the [Android design site][1].
![Pin Progress Button Android developer][4]

Based on the sample code provided by [Roman Nurik][2] on [Google Code][3].
For more information, refer to the [website][5].
Try out the sample application in the `progressbutton-samples/` folder of the project.

Developed By
============

* Prateek Srivastava -

Download
============

TheGrab it via Maven:

```xml

com.f2prateek.progressbutton
progressbutton
(insert latest version)

```
or Gradle:
```groovy
compile 'com.f2prateek.progressbutton:progressbutton:(insert latest version)@aar'
```

License
=======

Copyright 2013 Prateek Srivastava
Copyright 2012 Roman Nurik

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.

[1]: https://developer.android.com/design/building-blocks/progress.html#custom-indicators
[2]: https://plus.google.com/+RomanNurik/posts/TbCkqQN4AEk
[3]: https://code.google.com/p/romannurik-code/source/browse/misc/pinprogress
[4]: https://developer.android.com/design/media/progress_activity_custom.png
[5]: http://f2prateek.com/progressbutton/