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

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -