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: 12 days ago
JSON representation
A custom progress indicator with a tiny footprint.
- Host: GitHub
- URL: https://github.com/f2prateek/progressbutton
- Owner: f2prateek
- License: apache-2.0
- Created: 2013-04-08T08:00:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T03:52:01.000Z (over 9 years ago)
- Last Synced: 2024-10-14T16:31:08.492Z (about 1 month ago)
- Language: Java
- Homepage: f2prateek.com/progressbutton
- Size: 1.18 MB
- Stars: 630
- Watchers: 42
- Forks: 185
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 NurikLicensed 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 athttp://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/