Android开发中常见错误——数据存储
1、使用场景:adapter = new SimpleCursorAdapter(this,R.layout.item_list,cursor ,new String[]{"id","name","age"}, new int[]{R.id.tv_id,R.id.tv_name,R.id.tv_age}