@Aleksei, thanks for the quick comment.
I am trying to do so on the Contacts app on android:
This works fine: (and returns the list that you can see in the print screen)
driver.findElementsByAndroidUIAutomator("new UiScrollable(new UiSelector()."
+"scrollable(true)).scrollIntoView(new UiSelector().resourceId(\"android:id/list\"))");
my question is now, how can I concatenate more function to this line of code?
I want to scroll to a specific elements (lets say contact J ).
thanks again