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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -