emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
925 stars 273 forks source link

refresh page OnCheckListener() #47

Open gsus24 opened 9 years ago

gsus24 commented 9 years ago

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