I am trying to implement a dynamically loaded ListView
(includes scrolling, fetching and dynamically loading content onto the screen).
One way to implement this is by using the onScreenScrollListener()
, but is there any other efficient way of implementing this, since the onScreen()
event is generated everytime the top list item goes out of focus from the screen on the top.