Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Flash imageview when page fliping #133

Open
patelanil2007 opened this issue Jun 20, 2015 · 7 comments
Open

Flash imageview when page fliping #133

patelanil2007 opened this issue Jun 20, 2015 · 7 comments

Comments

@patelanil2007
Copy link

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.

@Pkaran01
Copy link

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

@thanhcs94
Copy link

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

@patelanil2007
Copy link
Author

No till i have no sollution for that

@niravkhunt
Copy link

niravkhunt commented Mar 19, 2019

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

@honglei92
Copy link

have you got any solution

have you got any solution

@honglei92
Copy link

have you got any solution

No till i have no sollution for that

@pgyszhh
Copy link

pgyszhh commented Sep 25, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants