-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: add fast-scroller #5
Comments
This will be done after some changes to how sections are handled, and the scroll bar size and position is calculated. |
Thank you for considering it. |
Honestly, I only looked at it just now. It looks like I'll have to build a fast scroll for it. I might end out doing a generic fast scroll overlay as well. |
That's too bad. odd that Google doesn't provide one, as it's used on various scrolling views... |
I think the reason for it is twofold. 1) RecyclerView is extremely bare
|
I didn't talk about RecyclerView. I meant even before it was introduced. |
Maybe SectionIndexer isn't needed. |
I would like to throw my hat into the ring in requesting a 'vertical fast scroller'. |
@RayDar I've made a POC that demonstrates it, if you wish: |
@TonicArtos in the |
It is planned, but the rewrite still has to be finished. With 0.4 it wasn't possible to implement without significant performance problems, and was never going to work with lazily loaded views either. |
See the roadmap |
change this method to work with https://github.com/AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller |
As the title says.
It's like on the ListView and as shown on the contacts app, so that the user could scroll easily and go through the sections.
The text was updated successfully, but these errors were encountered: