# CounterView **Repository Path**: jenly1314/CounterView ## Basic Information - **Project Name**: CounterView - **Description**: 一个数字变化效果的计数器视图控件 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2018-11-20 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: android-modules **Tags**: 自定义视图, 计数器, 计数器控件 ## README # CounterView [](https://raw.githubusercontent.com/jenly1314/CounterView/master/app/app-release.apk) [](https://jitpack.io/#jenly1314/CounterView) [](https://android-arsenal.com/api?level=15) [](https://opensource.org/licenses/mit-license.php) [](http://blog.csdn.net/jenly121) CounterView for Android 一个数字变化效果的计数器视图控件。 ## Gif 展示  > 你也可以直接下载 [演示App](https://raw.githubusercontent.com/jenly1314/CounterView/master/app/app-release.apk) 体验效果 ## 引入 ### Gradle: 1. 在Project的 **build.gradle** 或 **setting.gradle** 中添加远程仓库 ```gradle repositories { //... mavenCentral() maven { url 'https://jitpack.io' } } ``` 2. 在Module的 **build.gradle** 里面添加引入依赖项 ```gradle implementation 'com.github.jenly1314:CounterView:1.1.0' ``` ## 使用 核心代码示例 ```Java // 显示动画 counterView.showAnimation(10000); ``` ## 赞赏 如果您喜欢CounterView,或感觉CounterView帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 :smiley:
您也可以扫描下面的二维码,请作者喝杯咖啡 :coffee: