SimpleCursorAdapter's old constructor deprecated.. really?

后端 未结 5 1705
春和景丽
春和景丽 2021-02-06 02:20

Here it says that SimpleCursorAdapter\'s API level 1 constructor is deprecated and the use of LoaderManager and CursorLoader is recommende

5条回答
  •  名媛妹妹
    2021-02-06 02:54

    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.

提交回复
热议问题