Here it says that SimpleCursorAdapter
\'s API level 1 constructor is deprecated and the use of LoaderManager
and CursorLoader
is recommende
Use simpleCursorAdapter deprecated constructor only. This kind of error appeared when I was developing my app but i used it and it worked perfectly with my app. Or try to use the constructor below deprecated one in android developers website which has an extra argument i.e the flag argument with it.