I\'m having trouble following a guide on using SQLite in Android. I\'m using a ListFragment instead of a ListActivity(as in the example), so I have
ListFragment
ListActivity
Try these 2 lines it will work
android.support.v4.app.LoaderManager loaderManager = getSupportLoaderManager(); loaderManager.initLoader(LOADER_ID, null, this);