IndicatorFastScroll
IndicatorFastScroll copied to clipboard
Android library providing a simple UI control for scrolling through RecyclerViews
https://www.reddit.com/r/androiddev/comments/lbssfn/now_that_bintray_and_jcenter_are_shutting_down/
When trying to add this dependency, Gradle says that it can not be resolved ``` Failed to resolve: com.reddit:indicator-fast-scroll:1.4.0 Show in Project Structure dialog Affected Modules: app ``` My dependencies...
I have moved the `isVisible` declaration outside the switch to enhance readability and reduce duplicate code. Since `iconView` is only true when `textView` isn't the assignment of `iconView.isVisible` is the...
Hi, how would one can add accessibility label to shown FastScrollerThumbView? As I understand FastScrollerView creates all letters and uses new line feed and this causes TalkBack to read them...
This is what I want: On click of any alphabet, it should jump to the item in the list instead of scrolling (Default behaviour) I have implemented custom scrolling like...
I need to customize the rules, how can I rewrite, internal is defined in the code
Iam use 7000 data list and if iam select z from A list. here very large time
How to change the font and text color during runtime? If possible kindly help with code.
Add a method to control the kind of haptic feedback. For e.g: Only on first tap, on every tap, only when starting to drag