android-flip
android-flip copied to clipboard
Flash imageview when page fliping
I have added android-flip lib in my app. image comes from url. when i try to fliping upward or downward than existing image flash.
have you got any solution i am also facing this problem. thanks.
have you got any solution i am also facing this problem. thanks
No till i have no sollution for that
add delay in flipcontroller ,
private void hideFlipAnimation() { if (inFlipAnimation) { inFlipAnimation = false; updateVisibleView(bufferIndex); if (onViewFlipListener != null) { onViewFlipListener.onViewFlipped(bufferedViews.get(bufferIndex), adapterIndex); } handler.postDelayed(new Runnable() { public void run() { if (!inFlipAnimation) { cards.setVisible(false); surfaceView.requestRender(); //ask OpenGL to clear its display } } },200); } }
have you got any solution
have you got any solution
have you got any solution
No till i have no sollution for that
i'm sorry,I have no solution was found !
------------------ 原始邮件 ------------------ 发件人: "openaphid/android-flip" <[email protected]>; 发送时间: 2020年9月25日(星期五) 下午3:35 收件人: "openaphid/android-flip"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: Re: [openaphid/android-flip] Flash imageview when page fliping (#133)
have you got any solution
No till i have no sollution for that
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.