Closed cyrildavid closed 6 years ago
Do anyone knows how to get the position of the center focused item?
@cyrildavid You can use CarouselLayoutManager.getCenterItemPosition() method. Also you can set CarouselLayoutManager.addOnItemSelectionListener to be notified about position change events.
CarouselLayoutManager.getCenterItemPosition()
CarouselLayoutManager.addOnItemSelectionListener
Do anyone knows how to get the position of the center focused item?