Skip to content

kaushalyap/CircularProgressView

 
 

Repository files navigation

CircularProgressBar

Codacy Badge API Download

Usual CircularProgressBar but with cool dash effect in background stroke and fade animation.

Demo app

A demo app is available on Google Play

Google Play Demo App Link

Prerequisites

Add this to your project build.gradle

allprojects {
    repositories {
        jcenter()
    }
}

Dependency

Add this to your module build.gradle

dependencies {
    implementation 'com.shunan.circularprogressview:circular-progress-view:1.1.0'
}

Preview

Basic Functionality

Preview basic functionality screenshot

Animations

Preview Sweep Animation Preview Fade Animation Preview Interpolator Animation

Background stroke with Dash Effect

Preview Dash Effect

License

Copyright 2018 Shubham Nandanwar

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Circular Progress Bar for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 95.8%
  • Java 4.2%