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
老哥,你的各种开源组件做的真的是nb的一批(先崇拜一波)我的软件在这个动画出现了问题,FlipInX,是一个输入历史,就触发
FlipInX
YoYo.with(Techniques.FlipInX).duration(300).playOn(cview2); cview2.setVisibility(VISIBLE);(一开始该组件INVISIBLE)
这两个的时候,真机的所占内存暴增从105m到几个g。我一开始以为是我的键盘弹出监听事件有关,但是后来用edittext的监听事件触发该动画,同样会导致这个问题,好像是内存泄漏?我把动画换成FadeIn就没有任何问题。还有就是。。。这个bug只存在真机上,我用虚拟机一点问题都没有。。。
FadeIn
与你的安装方式不同的是,我用的 implementation 'com.android.support:support-compat:28.0.0-beta01' 真机测试为:pixel xl 9.0(最近升级的)
implementation 'com.android.support:support-compat:28.0.0-beta01'
The text was updated successfully, but these errors were encountered:
Has this problem been solved?
Sorry, something went wrong.
No branches or pull requests
老哥,你的各种开源组件做的真的是nb的一批(先崇拜一波)我的软件在这个动画出现了问题,
FlipInX
,是一个输入历史,就触发这两个的时候,真机的所占内存暴增从105m到几个g。我一开始以为是我的键盘弹出监听事件有关,但是后来用edittext的监听事件触发该动画,同样会导致这个问题,好像是内存泄漏?我把动画换成
FadeIn
就没有任何问题。还有就是。。。这个bug只存在真机上,我用虚拟机一点问题都没有。。。与你的安装方式不同的是,我用的
implementation 'com.android.support:support-compat:28.0.0-beta01'
真机测试为:pixel xl 9.0(最近升级的)
The text was updated successfully, but these errors were encountered: