android-flip icon indicating copy to clipboard operation
android-flip copied to clipboard

Flash imageview when page fliping

Open patelanil2007 opened this issue 10 years ago • 7 comments

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.

patelanil2007 avatar Jun 20 '15 06:06 patelanil2007

have you got any solution i am also facing this problem. thanks.

Pkaran01 avatar Dec 11 '15 11:12 Pkaran01

have you got any solution i am also facing this problem. thanks

thanhcs94 avatar Apr 29 '16 09:04 thanhcs94

No till i have no sollution for that

patelanil2007 avatar Apr 30 '16 05:04 patelanil2007

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); } }

niravkhunt avatar Mar 19 '19 17:03 niravkhunt

have you got any solution

have you got any solution

honglei92 avatar Sep 25 '20 07:09 honglei92

have you got any solution

No till i have no sollution for that

honglei92 avatar Sep 25 '20 07:09 honglei92

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.

pgyszhh avatar Sep 25 '20 08:09 pgyszhh