zhanghai / AndroidFastScroll

Fast scroll for Android RecyclerView and more
https://play.google.com/store/apps/details?id=me.zhanghai.android.fastscroll.sample
Apache License 2.0
703 stars 64 forks source link

Provide an alternate way to set PopupTextProvider #19

Closed RobbWatershed closed 4 years ago

RobbWatershed commented 4 years ago

I'm using the latest version of the AndroidFastScroll in conjunction with the FastAdapter library.

Since I cannot customize the implementation of my adapter class, I would like to have an alternate way of providing a standalone PopupTextProvider.

How about providing it as an argument to FastScrollerBuilder ? I can suggest a PR if you want...

eamiguinho commented 4 years ago

This will be incredibly helpful because we use Epoxy Library from Airbnb and we had to do some changes to be able to use adapters to implement the provider. @zhanghai thoughts?

zhanghai commented 4 years ago

Added FastScrollerBuilder.setPopupTextProvider().

RobbWatershed commented 4 years ago

Works like a charm ! Thanks a lot