Using appium-selendroid mode on my real device running Android API level 17, I try to scroll down using the following code
TouchActions action = new TouchActions(driver).scroll(0,100);
action.perform();
The scrolling takes place however, The elements do not get rendered.Kindly help to figure out the issue.