在我的应用程序中,我将查询发送到DB
并取回,cursor
然后我将其发送cursor
以Cursoradapter
将数据绑定到ListView
.
一切正常,但我的问题是如果cursor
有 100 到 500 行意味着我cursoradapter
需要时间来绑定数据,那么有什么办法我一次只能放 5 到 10 行listview
并继续更新直到所有光标值在列表视图中显示。
请帮我..
问问题
594 次
1 回答
0
你应该在这里使用 LazyLoading 是一个很好的链接 http://androidsnips.blogspot.com/2010/08/lazy-loading-of-images-in-list-view-in.html
于 2011-05-16T10:21:19.313 回答