Hey guys I am parsing data from net and showing the images in grid When the activity is launched only 10 images come from the server and are shown in grid with 3 images in one row. I want to load more images when the user scrolls down and reaches the row where there is only one image
There is a method onScrollChanged(int l, int t, int oldl, int oldt) which i have used earlier to make custom listView
But in this case i dont know how to use it