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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -