1

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

2 Answers 2

1

You can achieve the same behavior with a CursorAdapter. See http://developer.android.com/reference/android/widget/CursorAdapter.html and http://thinkandroid.wordpress.com/2010/01/09/simplecursoradapters-and-listviews/

Sign up to request clarification or add additional context in comments.

1 Comment

it is not 100% but better then load data into Array and then pass it to adapter.
0

Use CommonsWare's Endless Adapter

1 Comment

Link is 404 now.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.