android - Please explain how to use an adapter with an SQLite db and a listview -
in android docs there conflicting instructions on how this. need connect data in local sqlite db listview
in layout, , need able add new items , update row (e.g. strikethough on press). simplecursoradapter
depreciated , recommended use loadermanager
cursorloader
. if use loadermanager
cursorloader
need create content provider?
have @ commonsware's loaderex. provides sqlitecursorloader
designed allow use of sqlite directly loaders, without having create contentprovider.
Comments
Post a Comment