First i want to thank for this great library. I tried also the openaphid, but here no flickers at all.
On my FlipPages are a CheckBox and Switch, at OnCheckListener() a TextView should change.
But it changes always the next Page. Only at last Page works like i wish, because no next Page available.
My BaseAdapter uses ViewHolder() and OnCheckListener() implemented in getView().
Its the only View which changes his content dynamically on every Page.
Another thing, maybe they are coherent. By OverFlip on first/last Page a TextView ("start"/"end") become visible at FlipView (means behind FlipPage). On last Page TextView is in front of FlipPage and on first behind like i promised.
First i want to thank for this great library. I tried also the openaphid, but here no flickers at all. On my FlipPages are a CheckBox and Switch, at OnCheckListener() a TextView should change. But it changes always the next Page. Only at last Page works like i wish, because no next Page available.
My BaseAdapter uses ViewHolder() and OnCheckListener() implemented in getView(). Its the only View which changes his content dynamically on every Page.
Another thing, maybe they are coherent. By OverFlip on first/last Page a TextView ("start"/"end") become visible at FlipView (means behind FlipPage). On last Page TextView is in front of FlipPage and on first behind like i promised.
Thanks for your attention Cheers