android listview first visible position

android, listview

Solution

Have a look at this question.

Problem

How can I change the first visible item in a list view (I searched a method such as setFirstVisiblePosition) ?

Original source

Related problems