cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

FastScroll #98

Open davideas opened 9 years ago

davideas commented 9 years ago

Has this RecyclerView the FastScroll implemented? I've seen multiple implementations, but it would be nice to have it here, as I think it is one of the most important feature marked as "a must have" IMO. Davide

jjhesk commented 9 years ago

we already got that from using smooth scroll layout manager - ScrollSmoothLineaerLayoutManager

Maybe this will help. Try to set the layout manager with ScrollSmoothLineaerLayoutManager

davideas commented 9 years ago

But SmootScrollLinear... must be used with your RecyclerView to have the FastScroll enabled with section letters? How do we set our first letters?

jjhesk commented 8 years ago

I have developed a library to do all the calculations for finding the letters. so far i only got it working on linearlayout manager.