Smooth scrolling to the next item in list view after radio buttons are selected
问题 How to smooth scroll to the next item in the listview after user click on yes or no radio buttons in radio group. For example. If user answered yes or no to the first question it should smooth scroll to the second question. I found the below code and it is working with static position value, but I don't know how to scroll to the next index(next question) on select of radio group(yes or no radio buttons). int index = 0; int h1 = simpleListView.getHeight(); int h2 = simpleListView.getHeight();