I have an android layout setting where I have a ScrollView with some elements and inside that I have a ListView. I am using StackOverflow answer scrolling the Android list as a scroll to achieve this feature, and it works great. My ListView is below some elements like TextView, ImageView. The problem is that when the page is presented, the ListView scrolls automatically, so that the first item in the listView is at the top (i.e., the entire scroll is scanned to view the first item in the list). How can I avoid this auto scroll?
source share