使用SQLite数据库存储数据

public class DbHandler extends SQLiteOpenHelper{ public DbHandler(Context context, String name, CursorFactory factory, int version) { super(context,"db", null, 1); // TODO Auto-ge
相关文章
相关标签/搜索