openaphid/android-flip

Flash imageview when page fliping

patelanil2007 opened this issue · 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.

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