FutureMind / recycler-fast-scroll

Provides fast scroll and section idexer for recycler view
Apache License 2.0
493 stars 106 forks source link

How to Set fastscroll on viewpager #40

Closed AhmadullahSaikat closed 7 years ago

AhmadullahSaikat commented 7 years ago

This method works fastScrollerHorizontal.setRecyclerView(recyclerViewHorizontal);

but there is no method like this fastScrollerHorizontal.setViewPager(viewPager);

is there any way to use FAST SCROLLER on viewpager?

micHar commented 7 years ago

No, it only works with RecyclerView. The RecyclerView and ViewPager are completely different components with different APIs, so it might be hard to make it work for both, but if you handle to do it, a PR would be welcome.