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

Remove item from FlipView #83

Open reversecoder opened 6 years ago

reversecoder commented 6 years ago

Hi,

I have tried different ways to remove item from flipview adapter like as listview. But it misbehaves.

Any proper way of removing items from flipview.

Thanks in advance.