Home

Awesome

android-square-progressbar

square image

First things first

You can find my blog post about the newest version here : [signer.pro - android-square-progressbar v. 1.4.1] (http://www.halcyon.ch/android-square-progressbar-v-1-4-1/), also checkout the post about the previous major 1.4.0 version here.

The example application is available at the play store:

<a href="https://play.google.com/store/apps/details?id=net.yscs.android.square_progressbar_example"> <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" /> </a>

General idea

Sometimes you don't have enough space in your layout to display a wide progressbar. So this library gives you a complete new possibility to display a progress. You can simply show a progressbar around an image. An this progressbar can be configured in a lot of different ways, like color, outline, display of the percentage and so on.

Examples

Here are some examples on how these progressbars could look like:

three examples

There are some further examples availible here (with code) : Examples

How to use it? / How to install? / How to contribute?

Check the wiki for more information about how to use, how to install or how to contribute.

If you have questions about the code or if you need some help, you can try the Gitter-Group.

Gradle

A big thank you to @elodieferrais who made it possible that this library is accessible for gradle builds. See her fork for more information. Also check out her repository about useful dependancies.