CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2020-08-29
by Vlad

Original Post

Original - Posted on 2020-08-29
by Vlad



            
Present in both answers; Present only in the new answer; Present only in the old answer;

**Solution for controlling the speed of the scroll, to scroll faster to more distant positions**
This proves tricky to solve by overriding `calculateSpeedPerPixel` of the `LinearSmoothScroller`. With that attempt for a solution I was getting a lot of _"RecyclerView passed over target position"_ errors. If anyone has an idea how to solve those please share.
I took a different approach with this solution - first jump to a position closer to the target position and then smooth scroll: https://stackoverflow.com/a/63643036/3833411
**Solution for controlling the speed of the scroll, to scroll faster to more distant positions**
This proves tricky to solve by overriding `calculateSpeedPerPixel` of the `LinearSmoothScroller`. With that attempt for a solution I was getting a lot of _"RecyclerView passed over target position"_ errors. If anyone has an idea how to solve those please share.
I took a different approach with this solution - first jump to a position closer to the target position and then smooth scroll: https://stackoverflow.com/a/63643036/3833411

        
Present in both answers; Present only in the new answer; Present only in the old answer;