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

How to disable dangling of the first page ? #72

Closed ishandutta2007 closed 8 years ago

ishandutta2007 commented 8 years ago

found the solution. it's the peaking feature.

tongdong commented 8 years ago

@ishandutta2007 Can you tell me how to solve this problem

ishandutta2007 commented 8 years ago

Use this API, set once = true void peakNext(boolean once);

tongdong commented 8 years ago

Thank you very much.