How can I create a list where when you reach the end of the list I am notified so I can load more items?
At Ognyan Bankov GitHub i found a simple and working solution!
It makes use of the Volley HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available through the open AOSP repository.
The given code demonstrates:
For future consistence i forked Bankov's repo.