0

在我的应用程序中,我将查询发送到DB并取回,cursor然后我将其发送cursorCursoradapter将数据绑定到ListView.

一切正常,但我的问题是如果cursor有 100 到 500 行意味着我cursoradapter需要时间来绑定数据,那么有什么办法我一次只能放 5 到 10 行listview并继续更新直到所有光标值在列表视图中显示。

请帮我..

4

1 回答 1

0

你应该在这里使用 LazyLoading 是一个很好的链接 http://androidsnips.blogspot.com/2010/08/lazy-loading-of-images-in-list-view-in.html

于 2011-05-16T10:21:19.313 回答