Android对数据库表的一个约定

2014-11-24 03:24:58 · 作者: · 浏览: 2

下面是CursorAdapter.java的类注释 以及 构造方法的代码


/**
* Adapter that exposes data from a {@link android.database.Cursor Cursor} to a
* {@link android.widget.ListView ListView} widget. The Cursor must include
* a column named "_id" or this class will not work.
*/