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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -