ProgressViewsLib - natasam/DemoProgressViewsLibApp GitHub Wiki
ProgressViews- Android library
Android library with custom Progress Bars in different shapes.
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.