Closed RobbWatershed closed 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?
Added FastScrollerBuilder.setPopupTextProvider()
.
Works like a charm ! Thanks a lot
I'm using the latest version of the
AndroidFastScroll
in conjunction with theFastAdapter
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...