This looks to be an elegant solution as well: http://benjii.me/2010/08/endless-scrolling-listview-in-android/
It also implements an AbsListView.OnScrollListener, and uses an AsyncTask to load more content as soon as a certain threshold of remaining items in the current scroll view is reached.