Android Question add item to the end of the scroll

Hi, I created a CustomListView with 3 elements and "N" items, I would like to display only the first 20 at the beginning and when the user scrolls to the end add the other 20 items.
Is there any sub to intercept the end of the scroll?
 
Top