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

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -