SimpleCursorAdapter的构造函数被声明为废除,不能用了吗?那该用什么代替呢
new一个SimpleCursorAdapter时,eclips给出了如下的警告:The constructor SimpleCursorAdapter(Context, int, Cursor, String[], int[]) is deprecated. 同时代码上被画上了删除线,显示此接口被废除了。那该用什么代替呢?
[解决办法]
多了这个flags