I have a an activity which has a custom layout, with SeekBar and a ScrollView. Whenever I move the seekbar programmatically, the scrollview resets to top ( meaning onLayout gets called ), how do I set it so that the ScrollView doesn’t get reset ?
Share
you should not create row (in
getView()method) again and again..