Why ListView onScroll() gets called mutiple times and everytime WITH SAME ARGUMENT AMOUNTS?
问题 I debugged several times. It's driving me crazy. My listView.onScroll() function gets called several times and every time with arguments all 0! Which causes the listView to show THE SAME list over and over when scrolled. I even manually set the arguments but still no change. Why on earth would onScroll get called multiple times? It's not like it gets caught in a loop because some times the result appears on the screen! I call a RESTfull webService wich has pagination. Here is a piece of my