We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
假设已经为mCvCountdownView设置了OnCountdownIntervalListener的间隔时间监听器。mCvCountdownView在调用stop()以后,再次调用start()方法启动的话,很可能不会回调onInterval()方法,因为对象的成员变量mPreviouIntervalCallbackTime在stop()以后并没有被置零。解决办法是在stop()以后将之置零;或者增加一个set方法,在再次start之前置零。 另外这个倒计时很好用,谢谢!
The text was updated successfully, but these errors were encountered:
谢谢反馈,近期会有个重构版本发出,届时也会把现有bug都修复
Sorry, something went wrong.
期待
0513f3f
更新到2.0版本
397856d
1. 代码重构+优化 2. 增加所有xml配置项的代码设置方法(mCountdownView.dynamicShow(DynamicConfig dynamicConfig)) 3. 增加代码动态配置的Demo界面 4. fix #8 4. fix #9
a52cfd9
No branches or pull requests
假设已经为mCvCountdownView设置了OnCountdownIntervalListener的间隔时间监听器。mCvCountdownView在调用stop()以后,再次调用start()方法启动的话,很可能不会回调onInterval()方法,因为对象的成员变量mPreviouIntervalCallbackTime在stop()以后并没有被置零。解决办法是在stop()以后将之置零;或者增加一个set方法,在再次start之前置零。
另外这个倒计时很好用,谢谢!
The text was updated successfully, but these errors were encountered: