blipinsk / FlippableStackView

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

StackView Position issue #33

Closed technicaddc closed 6 years ago

technicaddc commented 6 years ago

I want to get stack position but " return this.fragments.size();" this code not get true postion what can I do

blipinsk commented 6 years ago

@technicaddc did you try getCurrentItem method?

https://github.com/blipinsk/FlippableStackView/blob/2ad24bb9ae7a2c801193fc61811ddf0d30269d66/library/src/main/java/com/bartoszlipinski/flippablestackview/OrientedViewPager.java#L425

technicaddc commented 6 years ago

Thanks its working :)