Implementation of onScrollListener to detect the end of scrolling in a ListView
问题 I\'ve a ListView displaying some items. I\'d like to perform some operation on the items that are currently displayed in the visible portion of the ListView , depending on how the ListView has been scrolled; thus I thought to implements the OnScrollListener of the ListView . Accordingly to the Android api reference, the onScroll method \"will be called after the scroll has completed\". This seems to me right what I needed, as once the scroll has completed, I perform my actions on the ListView