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
下载demo主要是想看这个问题,我自己的项目里,listView的item中,有倒计时的控件,在列表滑动之后,2个倒计时不同步,会有短暂间隔,看着很不舒服。发现 demo中也一样存在的,估计是view绘制的时间差,不知道有没有比较好的解决方式。 我是第100个 Star~~~
The text was updated successfully, but these errors were encountered:
这个代码有好长时间没有上来看了,我有时间再好好重新再看一篇,谢谢你的支持。
Sorry, something went wrong.
@lucf1103 @sfyc23我也遇到这个问题。。要怎么优化
我当时的做法是每一个holder中都有自己的CountDownTimer
if (countDownTimer != null) {//删旧的 countDownTimer.cancel(); }
No branches or pull requests
下载demo主要是想看这个问题,我自己的项目里,listView的item中,有倒计时的控件,在列表滑动之后,2个倒计时不同步,会有短暂间隔,看着很不舒服。发现 demo中也一样存在的,估计是view绘制的时间差,不知道有没有比较好的解决方式。
我是第100个 Star~~~
The text was updated successfully, but these errors were encountered: