Azoft / CarouselLayoutManager

Android Carousel LayoutManager for RecyclerView
Apache License 2.0
2.56k stars 369 forks source link

How to get the centered focussed position? #69

Closed cyrildavid closed 6 years ago

cyrildavid commented 6 years ago

Do anyone knows how to get the position of the center focused item?

mig35 commented 6 years ago

@cyrildavid You can use CarouselLayoutManager.getCenterItemPosition() method. Also you can set CarouselLayoutManager.addOnItemSelectionListener to be notified about position change events.