Android ListView with SimpleCursorAdapter, takes time to display ListView for a large DataSet (for around 7000 records) . Is there anyway to optimize it?
From the log it look like getting the cursor is taking around 4-7 seconds. Let me know if anyone has a solution for this?