Lazy loading from SQLite
问题 I have some 4500 entries in my database. What is the best way to show them in a ListView. Should I load them all in one stretch when the application initializes or should I use lazy loading? The list will also be searchable and filterable. Could you also point me to some nice articles that would gimme a better idea. Please do give me suggestions. 回答1: I would like to point you to here first but I also have some experience I would like to share. First, showing anything more than say 500 items