LoaderManager does not accept 'this'
Okay, I surrender. I cannot figure it out. I'm following a Udacity course on Android Basics and need to figure out how to load data using a Loader. However, when I use the following line, the 'this' is highlighted in red and showing the following error: Wrong 3rd argument type. Found 'com.example.carl.latestnews.MainActivity', required: 'android.app.LoaderManager.LoaderCallbacks<java.lang.Object> I've googled, stacked and tried suggestion I've found. I've tried creating an inner class which implements the call backs. I've hit a brickwall and I'm sat here scratching my head trying to figure out