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

Adapter should not preload next page #82

Open ClaudeHangui opened 6 years ago

ClaudeHangui commented 6 years ago

Is there a way to prevent the adapter to preload the next page ? I want to load the next page ONLY ONCE the flip action has been completed...Is it possible ?