Showing posts with label cursoradapter. Show all posts
Showing posts with label cursoradapter. Show all posts

Sunday, April 8, 2012

Best practices to query SQLite database in ListFragment with CursorLoader?


I'm using Android Compatibility Library in my project. I've set up ListFragment as described in the DevGuide ( http://developer.android.com/reference/android/app/Fragment.html ), and using a simple CursorLoader Christian made be used without content provider ( Usage CursorLoader without ContentProvider ).