blipinsk / FlippableStackView

An Android library introducing a stack of Views with the first item being flippable.
Apache License 2.0
809 stars 150 forks source link

PageChangeListener not available? #32

Closed brije111 closed 6 years ago

brije111 commented 6 years ago

How can I listen for the page(stack View) change listener as we get in normal view pager in android?

blipinsk commented 6 years ago

It has the (now deprecated) setOnPageChangeListener: https://github.com/blipinsk/FlippableStackView/blob/04661f04a26776ea300de10a6ca8e0e84a88daab/library/src/main/java/com/bartoszlipinski/flippablestackview/OrientedViewPager.java#L520