FlipTimerView-优雅的数字翻牌效果.zip

时间:2022-10-13 11:45:52
【文件属性】:
文件名称:FlipTimerView-优雅的数字翻牌效果.zip
文件大小:571KB
文件格式:ZIP
更新时间:2022-10-13 11:45:52
开源项目 PreviewFlipTimerView library for AndroidGetting startedAdd it in your root build.gradle at the end of repositories:allprojects { repositories { ... maven { url 'https://jitpack.io' } } }Step 2. Add the dependencydependencies {         implementation 'com.github.anugotta:FlipTimerView:v1.3' }UsageAdd the CountDownClock in your layoutAPItimerProgramCountdown.startCountDown(99999999)         timerProgramCountdown.setCountdownListener(object : CountDownClock.CountdownCallBack {             override fun countdownAboutToFinish() {                 //TODO Add your code here             }             override fun countdownFinished() {                 Toast.makeText(this@MainActivity, "Finished", Toast.LENGTH_SHORT).show()                 timerProgramCountdown.resetCountdownTimer()             }         })
【文件预览】:
FlipTimerView-master
----gradlew(5KB)
----settings.gradle(40B)
----fliptimerviewlibrary()
--------src()
--------.gitignore(7B)
--------build.gradle(1000B)
--------proguard-rules.pro(751B)
----imgs()
--------preview.gif(675KB)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(4KB)
--------gradle.xml(692B)
--------encodings.xml(159B)
--------codeStyles()
--------vcs.xml(180B)
----LICENSE(1KB)
----gradle()
--------wrapper()
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(817B)
----.gitignore(203B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(751B)
----_config.yml(26B)
----build.gradle(695B)

网友评论