All Projects → jenly1314 → Spincounterview

jenly1314 / Spincounterview

🎡 一个类似于码表变化的旋转计数器动画控件

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spincounterview

angular-progress-bar
This component allow you to easy incorporate progress-bar to angular/ionic project, providing binding and color options
Stars: ✭ 26 (-44.68%)
Mutual labels:  progress, progressbar
Circleprogressview
🎡 CircleProgressView是一个圆形渐变的进度动画控件(支持外环显示刻度,内环随之变化,配置参数完全可配),动画效果纵享丝滑。
Stars: ✭ 314 (+568.09%)
Mutual labels:  progress, progressbar
LineProgressbar
A light weight jquery progressbar plugin
Stars: ✭ 34 (-27.66%)
Mutual labels:  progress, progressbar
mp-progress
专注于小程序圆环形进度条的小工具
Stars: ✭ 72 (+53.19%)
Mutual labels:  progress, progressbar
Python Progressbar
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Stars: ✭ 682 (+1351.06%)
Mutual labels:  progress, progressbar
stqdm
stqdm is the simplest way to handle a progress bar in streamlit app.
Stars: ✭ 75 (+59.57%)
Mutual labels:  progress, progressbar
Progressstatusbar
Another way to show progress. A progress View over the system StatusBar.
Stars: ✭ 283 (+502.13%)
Mutual labels:  progress, progressbar
GaugeProgressView
Tired of boring Android progress views? This one is amazing!
Stars: ✭ 17 (-63.83%)
Mutual labels:  progress, progressbar
Multiprogressview
📊 An animatable view that depicts multiple progresses over time. Modeled after UIProgressView
Stars: ✭ 614 (+1206.38%)
Mutual labels:  progress, progressbar
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 (+706.38%)
Mutual labels:  progress, progressbar
CounterView
一个数字变化效果的计数器视图控件
Stars: ✭ 38 (-19.15%)
Mutual labels:  counter, number
Roundprogresstextview
TextView with Round Pogress
Stars: ✭ 18 (-61.7%)
Mutual labels:  progress, progressbar
ProBar
this script will allow you to configure a progress bar with a timer with other options
Stars: ✭ 0 (-100%)
Mutual labels:  progress, progressbar
Vue Step Progress
A simple Vue component that displays a Progress Bar with labels for each step
Stars: ✭ 26 (-44.68%)
Mutual labels:  progress, progressbar
react-sweet-progress
A way to quickly add a progress bar to react app 🌈
Stars: ✭ 250 (+431.91%)
Mutual labels:  progress, progressbar
VHProgressBar
Vartical and Horizontal ProgressBar
Stars: ✭ 23 (-51.06%)
Mutual labels:  progress, progressbar
MatlabProgressBar
This MATLAB class provides a smart progress bar like tqdm in the command window and is optimized for progress information in simple iterations or large frameworks with full support of parallel parfor loops provided by the MATLAB Parallel Computing Toolbox.
Stars: ✭ 44 (-6.38%)
Mutual labels:  progress, progressbar
ProgressText
A text progress bar with animation effect, highly customized.
Stars: ✭ 13 (-72.34%)
Mutual labels:  progress, progressbar
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+43797.87%)
Mutual labels:  progress, progressbar
Ngx Progressbar
Angular progress bar ☄
Stars: ✭ 813 (+1629.79%)
Mutual labels:  progress, progressbar

SpinCounterView

Download Jitpack API License Blog QQGroup

SpinCounterView for Android 一个类似码表变化的旋转计数器动画控件。

Gif 展示

Image

引入

Maven:

<dependency>
  <groupId>com.king.view</groupId>
  <artifactId>spincounterview</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>

Gradle:

compile 'com.king.view:spincounterview:1.1.1'

Lvy:

<dependency org='com.king.view' name='spincounterview' rev='1.1.1'>
  <artifact name='$AID' ext='pom'></artifact>
</dependency>
如果Gradle出现compile失败的情况,可以在Project的build.gradle里面添加如下:(也可以使用上面的GitPack来complie)
allprojects {
    repositories {
        //...
        maven { url 'https://dl.bintray.com/jenly/maven' }
    }
}

示例

布局

    <com.king.view.spincounterview.SpinCounterView
        android:id="@+id/scv"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:max="100"
        app:maxValue="1000"/>

核心动画代码

spinCounterView.showAnimation(80);

赞赏

如果您喜欢SpinCounterView,或感觉SpinCounterView帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 😃

您也可以扫描下面的二维码,请作者喝杯咖啡 ☕️

关于我

Name: Jenly

Email: jenly1314#gmail.com / jenly1314#vip.qq.com

CSDN: jenly121

Github: jenly1314

加入QQ群: 20867961

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