项目作者: shubhamnandanwar

项目描述 :
Circular Progress Bar for Android
高级语言: Kotlin
项目地址: git://github.com/shubhamnandanwar/CircularProgressView.git
创建时间: 2018-10-07T07:36:39Z
项目社区:https://github.com/shubhamnandanwar/CircularProgressView

开源协议:

下载


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

  1. allprojects {
  2. repositories {
  3. jcenter()
  4. }
  5. }

Dependency

Add this to your module build.gradle

  1. dependencies {
  2. implementation 'com.shunan.circularprogressview:circular-progress-view:1.1.4'
  3. }

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

  1. 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.