A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView
Stars
534
Forks
95
Watchers
534
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
35
commits
3
commits
1
commits
1
commits
1
commits
Removed ViewTreeObserver to use onSizeChanged instead + Factorize position computation
da2d83aView on GitHubcalling setRecyclerView multiple times (for example when you need to change the data of the recyclerView, before calling notifyDataSetChanged) will now work without adding more listeners.
2a0840aView on GitHubchanged sample to show how to hide the fast scroller in case the recyclerView already shows all items.
3aed368View on GitHub