I am having an Activity in which I am having some View that is textViews ImageViews and MapView and last is listview on the page.
All these controlls are in a scroll view. The problem is that when the list view populates the scroll scrollview is also scrolls to the listview. The focus is not on the top of page is always on bottom of the page.
I also used android:focusable="false"
for Listview in xml and in code ListView.setFocusable(false);
But this is not working, so please suggest any alternatives.