Azoft / CarouselLayoutManager

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

findFirstVisibleItemPosition #1

Closed chentao0707 closed 8 years ago

chentao0707 commented 8 years ago

Can provide findFirstVisibleItemPosition(),findLastVisibleItemPosition() method or provide a listener notify which item selected now ?

mig35 commented 8 years ago

Hi SkillCollege. Please find new functions in this commit: 488e01b7cf83142064ac7c59e05101cd24e1d2db

chentao0707 commented 8 years ago

when I used new commit for new functions, I find that the RecyclerView Adapter's notifyItemChanged method did not worked. and when I used the smoothScrollToPosition method did not infinite. the scrollToPosion method is infinite. how can to solve this?

mig35 commented 8 years ago

Hi SkillCollege. Thanks for you bug report. Issues were confirmed. We will update lib asap.

mig35 commented 8 years ago

fixed in: compile 'com.azoft.carousellayoutmanager:carousel:1.0.1'