0

Does anybody have an example of lazy loading (about 10,000 items) an Android ListView from a Sqlite databse?

Tawani
  • 11,067
  • 20
  • 82
  • 106
  • 2
    I am sure that you can come up with a better UI that does not involve users having to sift through thousands upon thousands of rows in a list. – CommonsWare Mar 04 '10 at 19:09

1 Answers1

2

Romain Guy's Shelves application has been referenced a lot in discussions I've seen on lazy loading. Not sure if it will help you out, but it might be a place to start looking. References to a couple other examples here

jqpubliq
  • 11,874
  • 2
  • 34
  • 26