如何在不同时间从光标更新不同数据的列表视图

时间:2011-05-16 10:16:08

标签: android listview cursor android-cursoradapter

在我的应用程序中,我将查询发送到DB并返回cursor然后我将cursor发送给Cursoradapter以将数据绑定到{{1}每个东西都运行正常,但我的问题是如果ListView有100到500行意味着我的cursor需要时间来绑定数据,那么有没有方式是我一次只能将5到10行放到cursoradapter并继续更新,直到所有光标值都显示在列表视图中。

请帮助我..

1 个答案:

答案 0 :(得分:0)

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