Scolling listView example in Android development?

Posted by Aaron Saunders on Stack Overflow See other posts from Stack Overflow or by Aaron Saunders
Published on 2010-06-11T22:13:49Z Indexed on 2010/06/12 1:02 UTC
Read the original article Hit count: 392

Filed under:
|

I am trying to page through a results from an REST API call that supports paging. I would like the UI to just be a list view that as I scroll, the new content is retrieved.

© Stack Overflow or respective owner

Related posts about android-sdk

Related posts about listactivity