Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

ProgressViewsLib

NM edited this page Dec 13, 2015 · 7 revisions

ProgressViews- Android library

Android library with custom Progress Bars in different shapes.

example1example3example2example4

DemoProgressViewsLibApp

DemoProgressViewsLibApp is sample app with progressviewslib, Android library which is collection of custom views that represents ProgressBars in different shapes. It is easy to understand, to integrate and to customize it. At the moment there are four different types:

  • CircleProgressBar

  • CircleSegmentBar

  • ArcProgressBar

  • LineProgressBar(vertical or horizontal)

All Progress views can be easy customized by your needs, through a wide range of methods or through xml.

Implementation

In https://github.com/natasam/DemoProgressViewsLibApp you have example with all four views in role of ProgressBar and how to customize them.

More about basic implementation you can read here.

Library

Library is available here: https://github.com/natasam/android-progressviewslib

Clone this wiki locally