I want to scroll through a recycler view in android. I am using TouchAction to scroll.
getToucAction().press(511, 1200).moveTo(0, -450).release().perform();
But the problem is, scrolling is too fast and i am not able to grab any specific element in the list.
Can any one suggest any work around.