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
If you use API 29, instead of getLoaderManager use:
getSupportLoaderManager().initLoader(id, null, this);