当前位置:
代码迷
>>
Android
>> SimpleCursorAdapter的构造函数被宣言为废除,不能用了吗?那该用什么代替呢
详细解决方案
SimpleCursorAdapter的构造函数被宣言为废除,不能用了吗?那该用什么代替呢
热度:
21
发布时间:
2016-05-01 10:29:18.0
SimpleCursorAdapter的构造函数被声明为废除,不能用了吗?那该用什么代替呢
new一个SimpleCursorAdapter时,eclips给出了如下的警告:The constructor SimpleCursorAdapter(Context, int, Cursor, String[], int[]) is deprecated. 同时代码上被画上了删除线,显示此接口被废除了。那该用什么代替呢?
分享到:
------解决方案--------------------
多了这个flags
查看全文
相关解决方案
SimpleCursorAdapter 出错求各位帮忙看下
SimpleCursorAdapter
The constructor SimpleCursorAdapter(Context, int, Cursor, String[], int[]) is de,该如何解决
SimpleCursorAdapter 是设计形式?名字叫什么
simpleCursorAdapter 跟 sqlite
【android】ListView+SimpleCursorAdapter+checkbox实现批量删除