简体   繁体   中英

Android loading large data in list view

Currently i have 5MB sqlite database in my app i need to show almost all record in activity using into listView. In iPhone core data have facility to load 20 records at time and when need they load more data automatically so the performance of the app is more faster then Android app,can any one suggest me the better way to increase performance. http://www.iphonedevsdk.com/forum/iphone-sdk-development/60239-coredata-nsfetchedresultscontroller-performances.html

使用CommonsWare的无限适配器

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM