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
Post a Comment