android - Large data from SQLite on ListView -


if cursoradapter deprecated, what's recommended way manage large data in listview?

after api level 11 there's loadermanager. apparently need use cursoradapter?

is there newer way?

cursoradapter not deprecated. constructor cursoradapter(context context, cursor c) is. need use other constructor cursoradapter(context context, cursor c, int flags).


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -