Azoft / CarouselLayoutManager

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

Find Visible Item Position #97

Open asadmukhtar28 opened 5 years ago

asadmukhtar28 commented 5 years ago

I implement onScroll event of RecyclerView, How i`m able to find the visible(centered item) position when recyclerview state gone to idle State.

nutchaphut commented 5 years ago

you must implement override function onScrollStateChanged and get center item by = layoutManager.getCenterItemPosition() ps. layoutManger is from where you define layoutManager = CarouselLayoutManager(CarouselLayoutManager.HORIZONTAL, true)