All Projects → brkckr → CircularProgressBar

brkckr / CircularProgressBar

Licence: other
Another circular ProgressBar attempt

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to CircularProgressBar

circular-progress-bar
Circular progress bar
Stars: ✭ 65 (+364.29%)
Mutual labels:  progress-bar, circular-progress-bar
N-SidedProgressBar
Progress Bar in the shape of regular polygon.
Stars: ✭ 69 (+392.86%)
Mutual labels:  progress-bar
vue-scroll-progress
🎉 Page scroll progress bar component for @vuejs
Stars: ✭ 96 (+585.71%)
Mutual labels:  progress-bar
LinearProgressView
A simple linear progress view for iOS
Stars: ✭ 103 (+635.71%)
Mutual labels:  progress-bar
CustomProgress
一款常见的进度条加载框架
Stars: ✭ 32 (+128.57%)
Mutual labels:  progress-bar
ALProgressView
Animated and fully customizable progress view with 2 styles: ring and bar.
Stars: ✭ 72 (+414.29%)
Mutual labels:  progress-bar
XCArcProgressView
Android开口圆环比例进度View(高仿猎豹清理大师内存占用比例View)
Stars: ✭ 28 (+100%)
Mutual labels:  progress-bar
ProBar
this script will allow you to configure a progress bar with a timer with other options
Stars: ✭ 0 (-100%)
Mutual labels:  progress-bar
react-sweet-progress
A way to quickly add a progress bar to react app 🌈
Stars: ✭ 250 (+1685.71%)
Mutual labels:  progress-bar
laravel-console-spinner
Customized loading ⌛ spinner for Laravel Artisan Console.
Stars: ✭ 70 (+400%)
Mutual labels:  progress-bar
IJProgressView
A simple progress view written in Swift.
Stars: ✭ 70 (+400%)
Mutual labels:  progress-bar
AndroidTableauLibrary
AndroidTableauLibrary is an Android SDK library supports variety of analytic graphs which developers simply integrate on Android project. - by @sung2063
Stars: ✭ 53 (+278.57%)
Mutual labels:  progress-bar
reading-position-indicator
Small mobile friendly reading position indicator library with no external dependencies
Stars: ✭ 20 (+42.86%)
Mutual labels:  progress-bar
RxActivityIndicator-Android
A small library that helps you keep track of operations progress. It allows you to show progress bar (indicator) in a convenient way.
Stars: ✭ 12 (-14.29%)
Mutual labels:  progress-bar
circularProgressBar
This repo contains a demo app for circularProgressBar.swift
Stars: ✭ 17 (+21.43%)
Mutual labels:  progress-bar
easy-circular-progress
easy circular progress component with counting effect 💫🏺🎡
Stars: ✭ 114 (+714.29%)
Mutual labels:  circular-progress-bar
Proglog
📝 Logs and progress bars manager for Python
Stars: ✭ 87 (+521.43%)
Mutual labels:  progress-bar
progress
ProgressBar in terminal for deno
Stars: ✭ 39 (+178.57%)
Mutual labels:  progress-bar
GradientProgressView
一个简单的进度条控件
Stars: ✭ 15 (+7.14%)
Mutual labels:  progress-bar
tox-progress
This JavaScript library was made to easily create animated radial progress bars.
Stars: ✭ 13 (-7.14%)
Mutual labels:  progress-bar


CircularProgressBar

Another circular ProgressBar attempt :bowtie:

screenshot screenshot

How To Install

To get a Git project into your build:

  • Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  • Step 2. Add the dependency
dependencies {
   implementation 'com.github.brkckr:CircularProgressBar:1.0.1'
}

How To Use

<com.brkckr.circularprogressbar.CircularProgressBar
        android:id="@+id/circularProgressBar"
        app:cpbBackgroundColor="#F1992D"
        app:cpbBackgroundWidth="@dimen/background_width"
        app:cpbProgressColor="#9F3238"
        app:cpbProgressValue="15"
        app:cpbProgressWidth="@dimen/progress_width"
        app:cpbState="clockwise"
        android:layout_width="128dp"
        android:layout_height="128dp"/>

Attributes

Name Description Type Default Range
cpbState State of the Progress Bar Enum clockwise clockwise or counterclockwise
cpbProgressValue Progress's Value integer 0 0 to 100
cpbProgressColor Color of the Progress Bar Color Color.BLACK -
cpbProgressWidth Width of the Progress Bar Dimension 8dp -
cpbBackgroundColor Bg Color of the Progress Bar Color Color.GRAY -
cpbBackgroundWidth Width of the Background Dimension 4dp -

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].