I have to display many rows of data (more than 100). I know how to do this with paging, using the tutorial provided. However, I would like to do it with a twitter-style "growing list". Fetch the first N number of items, and if they scroll to the bottom, fetch N more and add to the bottom of the list, etc., until all have been displayed. Is this possible to do?
-Kal.