DiscreteScrollView icon indicating copy to clipboard operation
DiscreteScrollView copied to clipboard

A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.

Results 45 DiscreteScrollView issues
Sort by recently updated
recently updated
newest added

Hello, I found this library very useful, Though vertical orientation is not like normal recylerview. Issues that I need help with is - Have to give Height and width or...

Hello! Your library is published only to jcenter. Please consider publishing it also to mavenCentral, as jcenter is [shutting down in May](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). [Here](https://central.sonatype.org/pages/producers.html) is some info on how to publish...

I got an error during runtime :App.getSharedPreferences(java.lang.String, int)' on a null object reference I use java11. How can I solve this problem? Thank you very much

I have integrated the discrete scroll view with maps and in onMapMarkerSelected I am trying to scroll the discrete scroll view to the marker position but the app is not...

When I drag item with my finger to the next one ,Don't go onscrollend callback

where will get the call back to highlight current item with a different color

Its should like image number 1, but after lock mobile and unlock it several time it will shown like image number 2. ![Image_1](https://user-images.githubusercontent.com/22792568/122192763-a0a01d80-ce9c-11eb-8d37-f4f70dd192dd.png) ![Image_2](https://user-images.githubusercontent.com/22792568/122192811-a8f85880-ce9c-11eb-8541-1b4ee8c02d54.png)

java.lang.IllegalArgumentException: target position out of bounds: position=1, itemCount=0 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3307) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3446) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2043) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:224) at android.app.ActivityThread.main(ActivityThread.java:7550) at java.lang.reflect.Method.invoke(Native Method) at...

Hi guys. Is it possible to have Rtl layoutManager in this library?

I'm using ItemTouchHelper to drag the first item of a discrete scroll view all the way to the end. When the discrete scroll view is long enough that it goes...