I\'m trying to achieve an effect where more items are appended to the list when the user scrolls down to the last item. I haven\'t found a way to determine if the user has s
It isn't super easy to get going since there are a lot of moving parts, but here is what you can do, assuming you want a short list that loads more from your data as you get scrolling down, similar to a lot of twitter apps, etc.
Sorry I don't have a complete sample ready to blog yet. Good luck!