AndroidDeveloperLB / LollipopContactsRecyclerViewFastScroller

A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView
Apache License 2.0
540 stars 95 forks source link

Scrolling speed is low in DialogFragment #11

Closed ArunPandiyan closed 5 years ago

ArunPandiyan commented 8 years ago

I've Implemented your lib in DialogFrament, which has a RecyclerView inside it. It works but the speed of the scrolling is too low. Literally gets stucks when scrolling. but when i drag item in recyclerview it gets normal scrolling speed.

AndroidDeveloperLB commented 8 years ago

Please show a POC, to demonstrate the issue.

ArunPandiyan commented 8 years ago

Sorry I had to migrate from your library. I've Changed the code in order the app to work. But i still have the same screen without fast scroller.

AndroidDeveloperLB commented 8 years ago

It depends on what you did. Was the scrolling speed ok in the sample I made?