I have a scrollview that I want to implement lazy loading. So far, all the code that I've found relates to update when near the bottom. But what I want is that when the scrollview reaches bottom, then only it updates.
I'm building for android currently. Anyone can help?