recycler-fast-scroll icon indicating copy to clipboard operation
recycler-fast-scroll copied to clipboard

Provides fast scroll and section idexer for recycler view

Results 37 recycler-fast-scroll issues
Sort by recently updated
recently updated
newest added

How can i show all the sections while scrolling and highlight the section which is being scrolled over. For example much like google photos date scroller on the photos screen.

I don't know if it is the right behavior, but i think handle must keep the current position when touched ![whatsapp-video-2017-06-20-at-11 22 43-am](https://user-images.githubusercontent.com/9481791/27316654-773a989e-55ab-11e7-96e4-544410a1de10.gif)

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.android.splitproject, PID: 10809 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.android.splitproject/com.example.android.splitproject.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.viewpager2.widget.ViewPager2.setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter)' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3449) at...

```plain java.lang.NullPointerException   at com.futuremind.recyclerviewfastscroll.RecyclerViewScrollListener.updateHandlePosition(RecyclerViewScrollListener.java:47)   at com.futuremind.recyclerviewfastscroll.FastScroller.onLayout_Original(FastScroller.java:168)   at com.futuremind.recyclerviewfastscroll.FastScroller.onLayout(FastScroller.java:-1)   at android.view.View.layout_Original(View.java:22844)   at android.view.View_Delegate.layout(View_Delegate.java:91)   at android.view.View.layout(View.java:22830)   at android.view.ViewGroup.layout(ViewGroup.java:6389)   at androidx.constraintlayout.widget.ConstraintLayout.onLayout_Original(ConstraintLayout.java:1873)   at androidx.constraintlayout.widget.ConstraintLayout.onLayout(ConstraintLayout.java:-1)   at android.view.View.layout_Original(View.java:22844)   at android.view.View_Delegate.layout(View_Delegate.java:91)   at android.view.View.layout(View.java:22830)   at android.view.ViewGroup.layout(ViewGroup.java:6389)   at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)   ...

I am developing a simple gallery application, and I want to be able to choose between orientations (horizontal/landscape, and vertical/portrait), and to have fast scrolling on both. After trying a...

in my case when i scroll with this fastscroller it is very slow and bubble is also not showing exactly correct letter. when i scroll with recyclerview it is fast....

@niktszczegolny Recently I have migrated to AndroidX and I got an error because the fastScroller.setRecyclerView() method is expecting an **android.support.v7.widget.RecyclerView** instance, bubt I'm sendind an **androidx.recyclerview.widget.RecyclerView** what should do I...

I don't really know if this is the same problem as #28 or just related. However, when having the `RecyclerView` inside a `SwipeRefreshLayout` the `FastScroller` it doesn't work as intended....

You can merge with the master as I added support for new android X