All Projects → edgar-zigis → GaugeProgressView

edgar-zigis / GaugeProgressView

Licence: MIT license
Tired of boring Android progress views? This one is amazing!

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to GaugeProgressView

Segmentedarcview
Unique & beautiful segmented arc view with rich customisation options! RTL supported.
Stars: ✭ 67 (+294.12%)
Mutual labels:  material-ui, progressbar, progressview
Circleprogressview
🎡 CircleProgressView是一个圆形渐变的进度动画控件(支持外环显示刻度,内环随之变化,配置参数完全可配),动画效果纵享丝滑。
Stars: ✭ 314 (+1747.06%)
Mutual labels:  progress, progressbar, progressview
VHProgressBar
Vartical and Horizontal ProgressBar
Stars: ✭ 23 (+35.29%)
Mutual labels:  progress, progressbar, gauge
Theglowingloader
TheGlowingLoader is the highly configurable library to indicate progress and is natively created for Android Platform. It is an implementation of a design composed by Shashank Sahay.
Stars: ✭ 379 (+2129.41%)
Mutual labels:  progress, progressbar, progressview
Progressstatusbar
Another way to show progress. A progress View over the system StatusBar.
Stars: ✭ 283 (+1564.71%)
Mutual labels:  progress, progressbar, progressview
Multiprogressview
📊 An animatable view that depicts multiple progresses over time. Modeled after UIProgressView
Stars: ✭ 614 (+3511.76%)
Mutual labels:  progress, progressbar, progressview
Delayedprogress
ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the ProgressDialog will be visible for a minimum amount of time to avoid "flashes" in the UI.
Stars: ✭ 95 (+458.82%)
Mutual labels:  progress, progressbar
Ruby Progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Stars: ✭ 1,378 (+8005.88%)
Mutual labels:  progress, progressbar
Progress
基于Vue 2.x 的进度条,支持直线和环形(顺时针和逆时针)。Vue-based progress component, support line and circle(clockwise or couterclockwise).
Stars: ✭ 130 (+664.71%)
Mutual labels:  progress, progressbar
DevProgressView
自定义ProdressView-进度条动画
Stars: ✭ 17 (+0%)
Mutual labels:  progress, progressview
Vue Step Progress
A simple Vue component that displays a Progress Bar with labels for each step
Stars: ✭ 26 (+52.94%)
Mutual labels:  progress, progressbar
Linearprogressbar
Material Linear Progress Bar for your iOS apps
Stars: ✭ 131 (+670.59%)
Mutual labels:  progress, material-ui
React Nprogress
⌛️ A React primitive for building slim progress bars.
Stars: ✭ 173 (+917.65%)
Mutual labels:  progress, progressbar
Progress Bar
Multiplatform netstandard 2.0 C# console progress bar, with support for single or multithreaded progress updates.
Stars: ✭ 53 (+211.76%)
Mutual labels:  progress, progressbar
Progress
Progress replacing ProgressDialog
Stars: ✭ 52 (+205.88%)
Mutual labels:  progress, progressbar
Tileprogressview
Simple Progress View with Tile Animation
Stars: ✭ 126 (+641.18%)
Mutual labels:  progress, progressview
Spincounterview
🎡 一个类似于码表变化的旋转计数器动画控件
Stars: ✭ 47 (+176.47%)
Mutual labels:  progress, progressbar
Radialprogressbar
Radial ProgressBar inspired by Apple Watch OS. It is highly Customisable
Stars: ✭ 141 (+729.41%)
Mutual labels:  progress, progressbar
Mkmagneticprogress
A circular progress bar for iOS written in Swift
Stars: ✭ 214 (+1158.82%)
Mutual labels:  progress, progressbar
Progress dialog
A light weight library to easily manage a progress dialog with simple steps whenever you need to do it. You can easily show and hide it.
Stars: ✭ 196 (+1052.94%)
Mutual labels:  progress, progressbar

GaugeProgressView Maven Central

Unique progress view with rich customisation options! You can hide value if you want too.

Minimum target SDK: 17. RTL SUPPORTED.

alt text

Gradle

Make sure you have Maven Central included in your gradle repositories.

allprojects {
    repositories {
        mavenCentral()
    }
}
implementation 'com.bio-matic:gaugeprogressview:1.1.2'

Usage

<com.zigis.gaugeprogressview.GaugeProgressView
    android:id="@+id/progressView"
    android:layout_width="220dp"
    android:layout_height="220dp"
    app:gpv_innerArcColor="@color/gray"
    app:gpv_innerArcDashDistance="8dp"
    app:gpv_innerArcDashThickness="2dp"
    app:gpv_innerArcThickness="10dp"
    app:gpv_isValueHidden="false"
    app:gpv_offsetBetweenArcs="15dp"
    app:gpv_outerArcColor="@color/red"
    app:gpv_outerArcThickness="8dp"
    app:gpv_progress="30"
    app:gpv_startAngle="-90"
    app:gpv_valueFont="@font/tt_norms_pro_medium"
    app:gpv_valueTextColor="@color/black"
    app:gpv_valueTextSize="50sp" />
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].