Hi all,
in my one application,using sqlite database i have to show approx
17000 data from database one by one,
on backward & forward buttons.For that i have been using
cursor.moveToFirst(), cursor.moveToNext(), cursor.moveToPrevious(),
cursor.moveToLast(),
and showing desired result.
every thing is working fine except on cursor.moveToFirst() &
cursor.moveToLast(), it has been consuming more time that is
unacceptable.
i also tried with cursor.moveToPosition(int p); but face same problem.

can any one help with some other good idea, that can optimize time to
move backward as well as forward?

Regards
Imran ali

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to